Searched refs:symmUp_inverse (Results 1 – 1 of 1) sorted by relevance
112 const MatrixType symmUp_inverse = cholup.solve(MatrixType::Identity(rows,cols)); in cholesky() local114 matrix_l1_norm<MatrixType, Upper>(symmUp_inverse); in cholesky()183 const MatrixType symmUp_inverse = ldltup.solve(MatrixType::Identity(rows,cols)); in cholesky() local185 matrix_l1_norm<MatrixType, Upper>(symmUp_inverse); in cholesky()