Lines Matching refs:MatrixU
173 derived().matrixU().solveInPlace(dest);
259 typedef SparseTriangularView<typename CholMatrixType::AdjointReturnType, Eigen::Upper> MatrixU;
261 static inline MatrixU getU(const MatrixType& m) { return m.adjoint(); }
273 typedef SparseTriangularView<typename CholMatrixType::AdjointReturnType, Eigen::UnitUpper> MatrixU;
275 static inline MatrixU getU(const MatrixType& m) { return m.adjoint(); }
319 typedef typename Traits::MatrixU MatrixU;
334 inline const MatrixU matrixU() const {
408 typedef typename Traits::MatrixU MatrixU;
429 inline const MatrixU matrixU() const {