Home | History | Annotate | Download | only in SparseCholesky

Lines Matching defs:matrixU

212         derived().matrixU().solveInPlace(dest);
318 typedef SparseTriangularView<typename CholMatrixType::AdjointReturnType, Eigen::Upper> MatrixU;
320 static inline MatrixU getU(const MatrixType& m) { return m.adjoint(); }
331 typedef SparseTriangularView<typename CholMatrixType::AdjointReturnType, Eigen::UnitUpper> MatrixU;
333 static inline MatrixU getU(const MatrixType& m) { return m.adjoint(); }
375 typedef typename Traits::MatrixU MatrixU;
390 inline const MatrixU matrixU() const {
463 typedef typename Traits::MatrixU MatrixU;
484 inline const MatrixU matrixU() const {