Searched refs:cholesky_solve (Results 1 - 2 of 2) sorted by relevance

/external/eigen/test/eigen2/
H A Deigen2_cholesky.cpp51 Gsl::cholesky_solve(gMatA, gVecB, gVecX);
H A Dgsl_helper.h34 static void cholesky_solve(const Matrix& m, const Vector& b, Vector& x) { gsl_linalg_cholesky_solve(m,b,x); } function in struct:Eigen::GslTraits
68 static void cholesky_solve(const Matrix& m, const Vector& b, Vector& x) { gsl_linalg_complex_cholesky_solve(m,b,x); } function in struct:Eigen::GslTraits

Completed in 3326 milliseconds