Searched refs:SparseTriangularView (Results 1 – 6 of 6) sorted by relevance
/external/eigen/Eigen/src/SparseCore/ |
D | SparseTriangularView.h | 19 struct traits<SparseTriangularView<MatrixType,Mode> > 25 template<typename MatrixType, int Mode> class SparseTriangularView 26 : public SparseMatrixBase<SparseTriangularView<MatrixType,Mode> > 37 EIGEN_SPARSE_PUBLIC_INTERFACE(SparseTriangularView) 49 inline SparseTriangularView(const MatrixType& matrix) : m_matrix(matrix) {} 66 class SparseTriangularView<MatrixType,Mode>::InnerIterator : public MatrixTypeNestedCleaned::InnerI… 69 typedef typename SparseTriangularView::Index Index; 72 EIGEN_STRONG_INLINE InnerIterator(const SparseTriangularView& view, Index outer) 136 class SparseTriangularView<MatrixType,Mode>::ReverseInnerIterator : public MatrixTypeNestedCleaned:… 139 typedef typename SparseTriangularView::Index Index; [all …]
|
D | TriangularSolver.h | 166 void SparseTriangularView<ExpressionType,Mode>::solveInPlace(MatrixBase<OtherDerived>& other) const 186 SparseTriangularView<ExpressionType,Mode>::solve(const MatrixBase<OtherDerived>& other) const 291 void SparseTriangularView<ExpressionType,Mode>::solveInPlace(SparseMatrixBase<OtherDerived>& other)…
|
D | SparseUtil.h | 76 template<typename MatrixType, int Mode> class SparseTriangularView; variable
|
D | SparseMatrixBase.h | 385 inline const SparseTriangularView<Derived, Mode> triangularView() const;
|
/external/eigen/Eigen/src/SparseCholesky/ |
D | SimplicialCholesky.h | 258 typedef SparseTriangularView<CholMatrixType, Eigen::Lower> MatrixL; 259 typedef SparseTriangularView<typename CholMatrixType::AdjointReturnType, Eigen::Upper> MatrixU; 272 typedef SparseTriangularView<CholMatrixType, Eigen::UnitLower> MatrixL; 273 …typedef SparseTriangularView<typename CholMatrixType::AdjointReturnType, Eigen::UnitUpper> MatrixU;
|
/external/eigen/Eigen/ |
D | SparseCore | 56 #include "src/SparseCore/SparseTriangularView.h"
|