HomeSort by relevance Sort by last modified time
    Searched full:test_chol_update (Results 1 - 1 of 1) sorted by null

  /external/eigen/test/
cholesky.cpp 29 template<typename MatrixType,template <typename,int> class CholType> void test_chol_update(const MatrixType& symm) function
237 CALL_SUBTEST(( test_chol_update<SquareMatrixType,LLT>(symm) ));
238 CALL_SUBTEST(( test_chol_update<SquareMatrixType,LDLT>(symm) ));

Completed in 384 milliseconds