Home
last modified time | relevance | path

Searched defs: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
164 const MatrixType symmLo_inverse = ldltlo.solve(MatrixType::Identity(rows,cols)); in cholesky() local