Home
last modified time | relevance | path

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

/external/eigen/test/
Dcholesky.cpp94 const MatrixType symmLo_inverse = chollo.solve(MatrixType::Identity(rows,cols)); in cholesky() local
96 matrix_l1_norm<MatrixType, Lower>(symmLo_inverse); in cholesky()
164 const MatrixType symmLo_inverse = ldltlo.solve(MatrixType::Identity(rows,cols)); in cholesky() local
166 matrix_l1_norm<MatrixType, Lower>(symmLo_inverse); in cholesky()