Home
last modified time | relevance | path

Searched refs:SparseTriangularView (Results 1 – 6 of 6) sorted by relevance

/external/eigen/Eigen/src/SparseCore/
DSparseTriangularView.h19 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 …]
DTriangularSolver.h166 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)…
DSparseUtil.h76 template<typename MatrixType, int Mode> class SparseTriangularView; variable
DSparseMatrixBase.h385 inline const SparseTriangularView<Derived, Mode> triangularView() const;
/external/eigen/Eigen/src/SparseCholesky/
DSimplicialCholesky.h258 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/
DSparseCore56 #include "src/SparseCore/SparseTriangularView.h"