Lines Matching defs:matrixL
148 inline typename Traits::MatrixL matrixL() const
470 typedef const TriangularView<const MatrixType, UnitLower> MatrixL;
472 static inline MatrixL getL(const MatrixType& m) { return MatrixL(m); }
478 typedef const TriangularView<const typename MatrixType::AdjointReturnType, UnitLower> MatrixL;
480 static inline MatrixL getL(const MatrixType& m) { return MatrixL(m.adjoint()); }
565 matrixL().solveInPlace(dst);
638 res = matrixL() * res;