Searched refs:SparseView (Results 1 – 8 of 8) sorted by relevance
/external/eigen/Eigen/src/SparseCore/ |
D | SparseView.h | 19 struct traits<SparseView<MatrixType> > : traits<MatrixType> 45 class SparseView : public SparseMatrixBase<SparseView<MatrixType> > 49 typedef SparseMatrixBase<SparseView > Base; 51 EIGEN_SPARSE_PUBLIC_INTERFACE(SparseView) 54 explicit SparseView(const MatrixType& mat, const Scalar& reference = Scalar(0), 84 struct unary_evaluator<SparseView<ArgType>, IteratorBased> 85 : public evaluator_base<SparseView<ArgType> > 89 typedef SparseView<ArgType> XprType; 137 struct unary_evaluator<SparseView<ArgType>, IndexBased> 138 : public evaluator_base<SparseView<ArgType> > [all …]
|
D | SparseProduct.h | 139 struct unary_evaluator<SparseView<Product<Lhs, Rhs, Options> >, IteratorBased> 142 typedef SparseView<Product<Lhs, Rhs, Options> > XprType;
|
D | SparseDenseProduct.h | 214 Lhs1, SparseView<Lhs1> >::type ActualLhs; 216 Lhs1 const&, SparseView<Lhs1> >::type LhsArg;
|
D | SparseUtil.h | 59 template<typename MatrixType> class SparseView; variable
|
D | SparseMatrixBase.h | 389 inline const SparseView<Derived>
|
/external/eigen/Eigen/ |
D | SparseCore | 53 #include "src/SparseCore/SparseView.h"
|
/external/eigen/Eigen/src/Core/util/ |
D | ForwardDeclarations.h | 126 template<typename MatrixType> class SparseView;
|
/external/eigen/Eigen/src/Core/ |
D | MatrixBase.h | 261 const SparseView<Derived> sparseView(const Scalar& m_reference = Scalar(0),
|