Searched refs:chollo (Results 1 – 1 of 1) sorted by relevance
36 CholType<MatrixType,Lower> chollo(symmLo); in test_chol_update() local50 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() local88 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 …]