Searched refs:SparseView (Results 1 – 5 of 5) sorted by relevance
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::InnerIterator59 typedef typename SparseView::Index Index;62 InnerIterator(const SparseView& view, Index outer) :78 const SparseView& m_view;91 const SparseView<Derived> MatrixBase<Derived>::sparseView(const Scalar& m_reference,94 return SparseView<Derived>(derived(), m_reference, m_epsilon);
79 template<typename MatrixType> class SparseView; variable
59 #include "src/SparseCore/SparseView.h"
116 template<typename MatrixType> class SparseView;
254 const SparseView<Derived> sparseView(const Scalar& m_reference = Scalar(0),