Searched refs:ReverseInnerIterator (Results 1 - 11 of 11) sorted by relevance

/external/eigen/Eigen/src/SparseCore/
H A DSparseTranspose.h24 class ReverseInnerIterator;
47 template<typename MatrixType> class TransposeImpl<MatrixType,Sparse>::ReverseInnerIterator class in class:Eigen::TransposeImpl
48 : public _MatrixTypeNested::ReverseInnerIterator
50 typedef typename _MatrixTypeNested::ReverseInnerIterator Base;
54 EIGEN_STRONG_INLINE ReverseInnerIterator(const TransposeImpl& xpr, typename TransposeImpl<MatrixType,Sparse>::Index outer) function in class:Eigen::TransposeImpl::ReverseInnerIterator
H A DSparseCwiseUnaryOp.h22 class ReverseInnerIterator;
30 typedef typename _MatrixTypeNested::ReverseInnerIterator MatrixTypeReverseIterator;
57 class CwiseUnaryOpImpl<UnaryOp,MatrixType,Sparse>::ReverseInnerIterator class in class:Eigen::CwiseUnaryOpImpl
64 EIGEN_STRONG_INLINE ReverseInnerIterator(const CwiseUnaryOpImpl& unaryOp, typename CwiseUnaryOpImpl::Index outer) function in class:Eigen::CwiseUnaryOpImpl::ReverseInnerIterator
68 EIGEN_STRONG_INLINE ReverseInnerIterator& operator--()
86 class ReverseInnerIterator;
94 typedef typename _MatrixTypeNested::ReverseInnerIterator MatrixTypeReverseIterator;
120 class CwiseUnaryViewImpl<ViewOp,MatrixType,Sparse>::ReverseInnerIterator class in class:Eigen::CwiseUnaryViewImpl
127 EIGEN_STRONG_INLINE ReverseInnerIterator(const CwiseUnaryViewImpl& unaryOp, typename CwiseUnaryViewImpl::Index outer) function in class:Eigen::CwiseUnaryViewImpl::ReverseInnerIterator
131 EIGEN_STRONG_INLINE ReverseInnerIterator
[all...]
H A DSparseTriangularView.h40 class ReverseInnerIterator;
136 class SparseTriangularView<MatrixType,Mode>::ReverseInnerIterator : public MatrixTypeNestedCleaned::ReverseInnerIterator class in class:Eigen::SparseTriangularView
138 typedef typename MatrixTypeNestedCleaned::ReverseInnerIterator Base;
142 EIGEN_STRONG_INLINE ReverseInnerIterator(const SparseTriangularView& view, Index outer) function in class:Eigen::SparseTriangularView::ReverseInnerIterator
145 eigen_assert((!HasUnitDiag) && "ReverseInnerIterator does not support yet triangular views with a unit diagonal");
152 EIGEN_STRONG_INLINE ReverseInnerIterator& operator--()
H A DSparseBlock.h40 class ReverseInnerIterator: public XprType::ReverseInnerIterator class in class:Eigen::BlockImpl
44 inline ReverseInnerIterator(const BlockType& xpr, Index outer) function in class:Eigen::BlockImpl::ReverseInnerIterator
45 : XprType::ReverseInnerIterator(xpr.m_matrix, xpr.m_outerStart + outer), m_outer(outer)
103 class ReverseInnerIterator: public SparseMatrixType::ReverseInnerIterator class in class:Eigen::BlockImpl
106 inline ReverseInnerIterator(const BlockType& xpr, Index outer) function in class:Eigen::BlockImpl::ReverseInnerIterator
107 : SparseMatrixType::ReverseInnerIterator(xpr.m_matrix, xpr.m_outerStart + outer), m_outer(outer)
370 class ReverseInnerIterator : public _MatrixTypeNested::ReverseInnerIterator class in class:Eigen::BlockImpl
377 EIGEN_STRONG_INLINE ReverseInnerIterator(const BlockType& block, Index outer) function in class:Eigen::BlockImpl::ReverseInnerIterator
[all...]
H A DMappedSparseMatrix.h103 class ReverseInnerIterator;
149 class MappedSparseMatrix<Scalar,_Flags,_Index>::ReverseInnerIterator class in class:Eigen::MappedSparseMatrix
152 ReverseInnerIterator(const MappedSparseMatrix& mat, Index outer) function in class:Eigen::MappedSparseMatrix::ReverseInnerIterator
160 inline ReverseInnerIterator& operator--() { m_id--; return *this; }
H A DSparseVector.h130 class ReverseInnerIterator;
380 class SparseVector<Scalar,_Options,_Index>::ReverseInnerIterator class in class:Eigen::SparseVector
383 ReverseInnerIterator(const SparseVector& vec, Index outer=0) function in class:Eigen::SparseVector::ReverseInnerIterator
390 ReverseInnerIterator(const internal::CompressedStorage<Scalar,Index>& data) function in class:Eigen::SparseVector::ReverseInnerIterator
394 inline ReverseInnerIterator& operator--() { m_id--; return *this; }
H A DSparseDiagonalProduct.h83 // We do not want ReverseInnerIterator for diagonal-sparse products,
85 class ReverseInnerIterator;
H A DSparseMatrix.h234 class ReverseInnerIterator;
902 class SparseMatrix<Scalar,_Options,_Index>::ReverseInnerIterator class in class:Eigen::SparseMatrix
905 ReverseInnerIterator(const SparseMatrix& mat, Index outer) function in class:Eigen::SparseMatrix::ReverseInnerIterator
914 inline ReverseInnerIterator& operator--() { --m_id; return *this; }
H A DSparseCwiseBinaryOp.h53 class ReverseInnerIterator;
H A DTriangularSolver.h147 typename Lhs::ReverseInnerIterator it(lhs, i);
/external/eigen/unsupported/Eigen/src/SparseExtra/
H A DDynamicSparseMatrix.h111 class ReverseInnerIterator;
340 class DynamicSparseMatrix<Scalar,_Options,_Index>::ReverseInnerIterator : public SparseVector<Scalar,_Options,_Index>::ReverseInnerIterator
342 typedef typename SparseVector<Scalar,_Options,_Index>::ReverseInnerIterator Base;
344 ReverseInnerIterator(const DynamicSparseMatrix& mat, Index outer)

Completed in 79 milliseconds