Searched refs:SparseView (Results 1 – 10 of 10) 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; 138 struct unary_evaluator<SparseView<ArgType>, IndexBased> 139 : 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 | 236 Lhs1, SparseView<Lhs1> >::type ActualLhs; 238 Lhs1 const&, SparseView<Lhs1> >::type LhsArg;
|
D | SparseUtil.h | 59 template<typename MatrixType> class SparseView; variable
|
D | SparseMatrixBase.h | 382 inline const SparseView<Derived>
|
/external/eigen/Eigen/ |
D | SparseCore | 53 #include "src/SparseCore/SparseView.h"
|
/external/python/pybind11/tests/ |
D | test_eigen.cpp | 259 …m.def("sparse_r", [mat]() -> SparseMatrixR { return Eigen::SparseView<Eigen::MatrixXf>(mat); }); /… in TEST_SUBMODULE() 260 m.def("sparse_c", [mat]() -> SparseMatrixC { return Eigen::SparseView<Eigen::MatrixXf>(mat); }); in TEST_SUBMODULE()
|
/external/eigen/Eigen/src/Core/util/ |
D | ForwardDeclarations.h | 124 template<typename MatrixType> class SparseView;
|
/external/eigen/Eigen/src/Core/ |
D | MatrixBase.h | 252 const SparseView<Derived> sparseView(const Scalar& m_reference = Scalar(0),
|
/external/tensorflow/third_party/eigen3/ |
D | LICENSE | 352 ./Eigen/src/SparseCore/SparseView.h
|