Searched refs:DynamicSparseMatrix (Results 1 – 9 of 9) sorted by relevance
/external/eigen/unsupported/Eigen/src/SparseExtra/ |
D | DynamicSparseMatrix.h | 37 struct traits<DynamicSparseMatrix<_Scalar, _Options, _StorageIndex> > 56 class DynamicSparseMatrix 57 : public SparseMatrixBase<DynamicSparseMatrix<_Scalar, _Options, _StorageIndex> > 59 typedef SparseMatrixBase<DynamicSparseMatrix> Base; 62 EIGEN_SPARSE_PUBLIC_INTERFACE(DynamicSparseMatrix) 75 …typedef DynamicSparseMatrix<Scalar,(Flags&~RowMajorBit)|(IsRowMajor?RowMajorBit:0), StorageIndex> … 228 EIGEN_DEPRECATED inline DynamicSparseMatrix() 235 EIGEN_DEPRECATED inline DynamicSparseMatrix(Index rows, Index cols) 243 … EIGEN_DEPRECATED explicit inline DynamicSparseMatrix(const SparseMatrixBase<OtherDerived>& other) 249 inline DynamicSparseMatrix(const DynamicSparseMatrix& other) [all …]
|
D | BlockOfDynamicSparseMatrix.h | 26 class SparseInnerVectorSet<DynamicSparseMatrix<_Scalar, _Options, _Index>, Size> 27 …: public SparseMatrixBase<SparseInnerVectorSet<DynamicSparseMatrix<_Scalar, _Options, _Index>, Siz… 29 typedef DynamicSparseMatrix<_Scalar, _Options, _Index> MatrixType; 66 DynamicSparseMatrix<Scalar,IsRowMajor?RowMajorBit:0> aux(other);
|
/external/eigen/unsupported/test/ |
D | sparse_extra.cpp | 36 bool test_random_setter(DynamicSparseMatrix<T>& sm, const DenseType& ref, const std::vector<Vector2… in test_random_setter() 140 CALL_SUBTEST_3( sparse_extra(DynamicSparseMatrix<double>(s, s)) ); in test_sparse_extra() 144 CALL_SUBTEST_3( (sparse_product<DynamicSparseMatrix<float, ColMajor> >()) ); in test_sparse_extra() 145 CALL_SUBTEST_3( (sparse_product<DynamicSparseMatrix<float, RowMajor> >()) ); in test_sparse_extra()
|
/external/eigen/bench/ |
D | sparse_setter.cpp | 211 DynamicSparseMatrix<Scalar> mat(SIZE,SIZE); in setrand_eigen_dynamic() 226 DynamicSparseMatrix<Scalar> mat(SIZE,SIZE); in setrand_eigen_sumeq() 229 DynamicSparseMatrix<Scalar> aux(SIZE,SIZE); in setrand_eigen_sumeq() 244 DynamicSparseMatrix<Scalar> setter(SIZE,SIZE); in setrand_eigen_compact()
|
/external/eigen/test/ |
D | sparse.h | 114 DynamicSparseMatrix<Scalar, Opt2, Index>& sparseMat, 119 enum { IsRowMajor = DynamicSparseMatrix<Scalar,Opt2,Index>::IsRowMajor };
|
/external/eigen/unsupported/Eigen/ |
D | SparseExtra | 40 #include "src/SparseExtra/DynamicSparseMatrix.h"
|
/external/eigen/Eigen/src/SparseCore/ |
D | SparseUtil.h | 53 template<typename _Scalar, int _Flags = 0, typename _StorageIndex = int> class DynamicSparseMatrix; variable
|
D | SparseSelfAdjointView.h | 262 …static void run(DynamicSparseMatrix<DestScalar,ColMajor,StorageIndex>& dst, const SrcXprType &src,…
|
/external/eigen/doc/ |
D | PreprocessorDirectives.dox | 139 …- \b EIGEN_DYNAMICSPARSEMATRIX_PLUGIN - filename of plugin for extending the DynamicSparseMatrix c…
|