Home
last modified time | relevance | path

Searched refs:chollo (Results 1 – 1 of 1) sorted by relevance

/external/eigen/test/
Dcholesky.cpp36 CholType<MatrixType,Lower> chollo(symmLo); in test_chol_update() local
50 chollo.rankUpdate(vec, sigma); in test_chol_update()
51 VERIFY_IS_APPROX(symmCpy, chollo.reconstructedMatrix()); in test_chol_update()
87 LLT<SquareMatrixType,Lower> chollo(symmLo); in cholesky() local
88 VERIFY_IS_APPROX(symm, chollo.reconstructedMatrix()); in cholesky()
89 vecX = chollo.solve(vecB); in cholesky()
91 matX = chollo.solve(matB); in cholesky()
94 const MatrixType symmLo_inverse = chollo.solve(MatrixType::Identity(rows,cols)); in cholesky()
97 RealScalar rcond_est = chollo.rcond(); in cholesky()
120 chollo.compute(neg); in cholesky()
[all …]