Lines Matching refs:MatrixL
170 derived().matrixL().solveInPlace(dest);
280 typedef TriangularView<const CholMatrixType, Eigen::Lower> MatrixL;
282 static inline MatrixL getL(const MatrixType& m) { return MatrixL(m); }
294 typedef TriangularView<const CholMatrixType, Eigen::UnitLower> MatrixL;
296 static inline MatrixL getL(const MatrixType& m) { return MatrixL(m); }
342 typedef typename Traits::MatrixL MatrixL;
352 inline const MatrixL matrixL() const {
433 typedef typename Traits::MatrixL MatrixL;
449 inline const MatrixL matrixL() const {