Home
last modified time | relevance | path

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

/external/eigen/test/
Dcholesky.cpp112 const MatrixType symmUp_inverse = cholup.solve(MatrixType::Identity(rows,cols)); in cholesky() local
114 matrix_l1_norm<MatrixType, Upper>(symmUp_inverse); in cholesky()
183 const MatrixType symmUp_inverse = ldltup.solve(MatrixType::Identity(rows,cols)); in cholesky() local
185 matrix_l1_norm<MatrixType, Upper>(symmUp_inverse); in cholesky()