Searched refs:SparseTriangularView (Results 1 - 5 of 5) sorted by relevance

/external/eigen/Eigen/src/SparseCore/
H A DSparseTriangularView.h19 struct traits<SparseTriangularView<MatrixType,Mode> >
25 template<typename MatrixType, int Mode> class SparseTriangularView class in namespace:Eigen
26 : public SparseMatrixBase<SparseTriangularView<MatrixType,Mode> >
37 EIGEN_SPARSE_PUBLIC_INTERFACE(SparseTriangularView)
49 inline SparseTriangularView(const MatrixType& matrix) : m_matrix(matrix) {} function in class:Eigen::SparseTriangularView
66 class SparseTriangularView<MatrixType,Mode>::InnerIterator : public MatrixTypeNestedCleaned::InnerIterator
69 typedef typename SparseTriangularView::Index Index;
72 EIGEN_STRONG_INLINE InnerIterator(const SparseTriangularView& view, Index outer)
136 class SparseTriangularView<MatrixType,Mode>::ReverseInnerIterator : public MatrixTypeNestedCleaned::ReverseInnerIterator
139 typedef typename SparseTriangularView
[all...]
H A 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) const
H A DSparseUtil.h76 template<typename MatrixType, int Mode> class SparseTriangularView;
H A DSparseMatrixBase.h384 inline const SparseTriangularView<Derived, Mode> triangularView() const;
/external/eigen/Eigen/src/SparseCholesky/
H A 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;

Completed in 216 milliseconds