Searched defs:SparseView (Results 1 - 1 of 1) sorted by relevance

/external/eigen/Eigen/src/SparseCore/
H A DSparseView.h19 struct traits<SparseView<MatrixType> > : traits<MatrixType>
31 class SparseView : public SparseMatrixBase<SparseView<MatrixType> > class in namespace:Eigen
36 EIGEN_SPARSE_PUBLIC_INTERFACE(SparseView)
38 SparseView(const MatrixType& mat, const Scalar& m_reference = Scalar(0), function in class:Eigen::SparseView
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<Derive
[all...]

Completed in 80 milliseconds