Home
last modified time | relevance | path

Searched defs:potrf (Results 1 – 20 of 20) sorted by relevance

/dports/math/xtensor-blas/xtensor-blas-0.20.0/include/xflens/cxxlapack/interface/
H A Dpotrf.tcc44 potrf(char upLo, in potrf() function
68 potrf(char upLo, in potrf() function
91 potrf(char upLo, in potrf() function
114 potrf(char upLo, in potrf() function
/dports/science/siconos/siconos-4.4.0/externals/numeric_bindings/boost/numeric/bindings/lapack/computational/
H A Dpotrf.hpp62 inline std::ptrdiff_t potrf( Order, const UpLo, const int n, float* a, in potrf() function
74 inline std::ptrdiff_t potrf( Order, const UpLo, const int n, double* a, in potrf() function
86 inline std::ptrdiff_t potrf( Order, const UpLo, const int n, in potrf() function
98 inline std::ptrdiff_t potrf( Order, const UpLo, const int n, in potrf() function
210 inline std::ptrdiff_t potrf( MatrixA& a ) { in potrf() function
/dports/science/py-dlib/dlib-19.22/dlib/matrix/lapack/
H A Dpotrf.h25 inline int potrf (char uplo, integer n, double *a, integer lda) in potrf() function
32 inline int potrf (char uplo, integer n, float *a, integer lda) in potrf() function
106 int potrf ( in potrf() function
135 int potrf ( in potrf() function
/dports/science/dlib-cpp/dlib-19.22/dlib/matrix/lapack/
H A Dpotrf.h25 inline int potrf (char uplo, integer n, double *a, integer lda) in potrf() function
32 inline int potrf (char uplo, integer n, float *a, integer lda) in potrf() function
106 int potrf ( in potrf() function
135 int potrf ( in potrf() function
/dports/math/blaze/blaze-3.8/blaze/math/lapack/clapack/
H A Dpotrf.h137 inline void potrf( char uplo, blas_int_t n, float* A, blas_int_t lda, blas_int_t* info ) in potrf() function
190 inline void potrf( char uplo, blas_int_t n, double* A, blas_int_t lda, blas_int_t* info ) in potrf() function
243 inline void potrf( char uplo, blas_int_t n, complex<float>* A, blas_int_t lda, blas_int_t* info ) in potrf() function
302 inline void potrf( char uplo, blas_int_t n, complex<double>* A, blas_int_t lda, blas_int_t* info ) in potrf() function
/dports/math/blaze/blaze-3.8/blaze/math/lapack/
H A Dpotrf.h118 inline void potrf( DenseMatrix<MT,SO>& A, char uplo ) in potrf() function
/dports/math/openblas/OpenBLAS-0.3.18/utest/
H A Dtest_potrs.c43 CTEST(potrf, bug_695){ in CTEST() argument
403 CTEST(potrf, smoketest_trivial){ in CTEST() argument
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/src/operator/tensor/
H A Dla_op-inl.h122 struct potrf { struct
131 linalg_batch_potrf(B, param.lower, s); in op() argument
137 static void op(const Tensor<xpu, 3, DType>& A, const Tensor<xpu, 3, DType>& B, in op()
/dports/misc/mxnet/incubator-mxnet-1.9.0/src/operator/tensor/
H A Dla_op-inl.h122 struct potrf { struct
131 linalg_batch_potrf(B, param.lower, s); in op() argument
137 static void op(const Tensor<xpu, 3, DType>& A, const Tensor<xpu, 3, DType>& B, in op()
/dports/science/qmcpack/qmcpack-3.11.0/src/Platforms/CPU/
H A DBLAS.hpp952 static void potrf(const char& UPLO, const int& N, float* A, const int& LDA, int& INFO) in potrf() function
957 static void potrf(const char& UPLO, const int& N, double* A, const int& LDA, int& INFO) in potrf() function
962 …static void potrf(const char& UPLO, const int& N, std::complex<float>* A, const int& LDA, int& INF… in potrf() function
967 …static void potrf(const char& UPLO, const int& N, std::complex<double>* A, const int& LDA, int& IN… in potrf() function
/dports/math/hmat-oss/hmat-oss-1.7.1/src/
H A Dlapack_overloads.hpp546 template <> inline int potrf<hmat::S_t>(char uplo, int n, hmat::S_t* a, int lda) { in potrf() function
551 template <> inline int potrf<hmat::D_t>(char uplo, int n, hmat::D_t* a, int lda) { in potrf() function
556 template <> inline int potrf<hmat::C_t>(char uplo, int n, hmat::C_t* a, int lda) { in potrf() function
561 template <> inline int potrf<hmat::Z_t>(char uplo, int n, hmat::Z_t* a, int lda) { in potrf() function
/dports/science/py-dipy/dipy-1.4.1/dipy/reconst/
H A Dcsdeconv.py520 potrf, potrs = ll.get_lapack_funcs(('potrf', 'potrs')) variable
/dports/math/blasfeo/blasfeo-0.1.2/tests/
H A Dtest_schema.json205 "potrf": { object
/dports/science/simbody/simbody-Simbody-3.7/SimTKmath/LinearAlgebra/src/
H A DLapackInterface.cpp1103 void LapackInterface::potrf<double>( const char& uplo, const int n, double* a, const int lda, int&… in potrf() function in SimTK::LapackInterface
1113 void LapackInterface::potrf<float>( const char& uplo, const int n, float* a, const int lda, int& i… in potrf() function in SimTK::LapackInterface
1123 void LapackInterface::potrf<std::complex<double> >( const char& uplo, const int n, std::complex<do… in potrf() function in SimTK::LapackInterface
1133 void LapackInterface::potrf<std::complex<float> >( const char& uplo, const int n, std::complex<flo… in potrf() function in SimTK::LapackInterface
/dports/science/ergo/ergo-3.8/source/matrix/
H A Dmat_gblas.h314 inline static void potrf(const char *uplo, const int *n, T *A, in potrf() function
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/include/deal.II/lac/
H A Dlapack_templates.h4167 potrf(const char *, in potrf() function
4179 potrf(const char * uplo, in potrf() function
4200 potrf(const char * uplo, in potrf() function
4221 potrf(const char * uplo, in potrf() function
4242 potrf(const char * uplo, in potrf() function
/dports/science/qbox/qbox-public-rel1_73_3/src/
H A DMatrix.cpp2308 void DoubleMatrix::potrf(char uplo) in potrf() function in DoubleMatrix
2336 void ComplexMatrix::potrf(char uplo) in potrf() function in ComplexMatrix
/dports/science/dynare/dynare-4.6.4/contrib/ms-sbvar/utilities_dw/matrix/
H A Dbmatrix.c1913 #define potrf spotrf in bCholesky() macro
/dports/math/armadillo/armadillo-10.7.1/include/armadillo_bits/
H A Dtranslate_lapack.hpp313 potrf(char* uplo, blas_int* n, eT* a, blas_int* lda, blas_int* info) in potrf() function
/dports/math/R-cran-RcppArmadillo/RcppArmadillo/inst/include/armadillo_bits/
H A Dtranslate_lapack.hpp313 potrf(char* uplo, blas_int* n, eT* a, blas_int* lda, blas_int* info) in potrf() function