Searched defs:Cholesky (Results 1 – 4 of 4) sorted by relevance
/external/opencv3/modules/hal/src/ |
D | matrix.cpp | 198 bool Cholesky(float* A, size_t astep, int m, float* b, size_t bstep, int n) in Cholesky() function 203 bool Cholesky(double* A, size_t astep, int m, double* b, size_t bstep, int n) in Cholesky() function
|
/external/opencv3/modules/ml/src/ |
D | inner_functions.cpp | 115 static void Cholesky( const Mat& A, Mat& S ) in Cholesky() function
|
/external/ceres-solver/internal/ceres/ |
D | suitesparse.cc | 248 LinearSolverTerminationType SuiteSparse::Cholesky(cholmod_sparse* A, in Cholesky() function in ceres::internal::SuiteSparse
|
/external/opencv3/modules/core/src/ |
D | lapack.cpp | 63 bool Cholesky(float* A, size_t astep, int m, float* b, size_t bstep, int n) in Cholesky() function 68 bool Cholesky(double* A, size_t astep, int m, double* b, size_t bstep, int n) in Cholesky() function
|