Lines Matching defs:matrixL
122 inline typename Traits::MatrixL matrixL() const
392 typedef const TriangularView<const MatrixType, Lower> MatrixL;
394 static inline MatrixL getL(const MatrixType& m) { return MatrixL(m); }
402 typedef const TriangularView<const typename MatrixType::AdjointReturnType, Lower> MatrixL;
404 static inline MatrixL getL(const MatrixType& m) { return MatrixL(m.adjoint()); }
496 matrixL().solveInPlace(bAndX);
507 return matrixL() * matrixL().adjoint().toDenseMatrix();