HomeSort by relevance Sort by last modified time
    Searched refs:cholesky_solve (Results 1 - 2 of 2) sorted by null

  /external/eigen/test/eigen2/
eigen2_cholesky.cpp 51 Gsl::cholesky_solve(gMatA, gVecB, gVecX);
gsl_helper.h 34 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 2521 milliseconds