Searched refs:DynamicSparseMatrix (Results 1 – 13 of 13) sorted by relevance
/external/eigen/unsupported/Eigen/src/SparseExtra/ |
D | DynamicSparseMatrix.h | 37 struct traits<DynamicSparseMatrix<_Scalar, _Options, _Index> > 56 class DynamicSparseMatrix 57 : public SparseMatrixBase<DynamicSparseMatrix<_Scalar, _Options, _Index> > 60 EIGEN_SPARSE_PUBLIC_INTERFACE(DynamicSparseMatrix) 73 …typedef DynamicSparseMatrix<Scalar,(Flags&~RowMajorBit)|(IsRowMajor?RowMajorBit:0)> TransposedSpar… 226 EIGEN_DEPRECATED inline DynamicSparseMatrix() 233 EIGEN_DEPRECATED inline DynamicSparseMatrix(Index rows, Index cols) 241 … EIGEN_DEPRECATED explicit inline DynamicSparseMatrix(const SparseMatrixBase<OtherDerived>& other) 247 inline DynamicSparseMatrix(const DynamicSparseMatrix& other) 253 inline void swap(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() 141 CALL_SUBTEST_3( sparse_extra(DynamicSparseMatrix<double>(s, s)) ); in test_sparse_extra() 145 CALL_SUBTEST_3( (sparse_product<DynamicSparseMatrix<float, ColMajor> >()) ); in test_sparse_extra() 146 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 | 111 DynamicSparseMatrix<Scalar, Opt2, Index>& sparseMat, 116 enum { IsRowMajor = DynamicSparseMatrix<Scalar,Opt2,Index>::IsRowMajor };
|
/external/eigen/unsupported/Eigen/ |
D | SparseExtra | 43 #include "src/SparseExtra/DynamicSparseMatrix.h"
|
/external/eigen/test/eigen2/ |
D | eigen2_sparse_basic.cpp | 32 bool test_random_setter(DynamicSparseMatrix<T>& sm, const DenseType& ref, const std::vector<Vector2… in test_random_setter() 315 CALL_SUBTEST_3( sparse_basic(DynamicSparseMatrix<double>(8, 8)) ); in test_eigen2_sparse_basic()
|
D | sparse.h | 90 DynamicSparseMatrix<Scalar>& sparseMat,
|
D | eigen2_sparse_product.cpp | 113 CALL_SUBTEST_3( sparse_product(DynamicSparseMatrix<double>(8, 8)) ); in test_eigen2_sparse_product()
|
/external/eigen/Eigen/src/SparseCore/ |
D | SparseUtil.h | 72 template<typename _Scalar, int _Flags = 0, typename _Index = int> class DynamicSparseMatrix; variable
|
D | SparseSelfAdjointView.h | 129 …template<typename DestScalar> void evalTo(DynamicSparseMatrix<DestScalar,ColMajor,Index>& _dest) c…
|
/external/eigen/doc/ |
D | PreprocessorDirectives.dox | 90 …- \b EIGEN_DYNAMICSPARSEMATRIX_PLUGIN - filename of plugin for extending the DynamicSparseMatrix c…
|
D | QuickReference.dox | 24 …rse matrix storage and related basic linear algebra (SparseMatrix, DynamicSparseMatrix, SparseVect…
|