Home
last modified time | relevance | path

Searched defs:Cholesky (Results 1 – 4 of 4) sorted by relevance

/external/opencv3/modules/hal/src/
Dmatrix.cpp198 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/
Dinner_functions.cpp115 static void Cholesky( const Mat& A, Mat& S ) in Cholesky() function
/external/ceres-solver/internal/ceres/
Dsuitesparse.cc248 LinearSolverTerminationType SuiteSparse::Cholesky(cholmod_sparse* A, in Cholesky() function in ceres::internal::SuiteSparse
/external/opencv3/modules/core/src/
Dlapack.cpp63 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