Home | History | Annotate | Download | only in SparseCore

Lines Matching refs:sparseView

19 struct traits<SparseView<MatrixType> > : traits<MatrixType>
31 class SparseView : public SparseMatrixBase<SparseView<MatrixType> >
36 EIGEN_SPARSE_PUBLIC_INTERFACE(SparseView)
38 SparseView(const MatrixType& mat, const Scalar& m_reference = Scalar(0),
57 class SparseView<MatrixType>::InnerIterator : public _MatrixTypeNested::InnerIterator
61 InnerIterator(const SparseView& view, Index outer) :
77 const SparseView& m_view;
90 const SparseView<Derived> MatrixBase<Derived>::sparseView(const Scalar& m_reference,
93 return SparseView<Derived>(derived(), m_reference, m_epsilon);