Home
last modified time | relevance | path

Searched refs:DynamicSparseMatrix (Results 1 – 13 of 13) sorted by relevance

/external/eigen/unsupported/Eigen/src/SparseExtra/
DDynamicSparseMatrix.h37 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 …]
DBlockOfDynamicSparseMatrix.h26 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/
Dsparse_extra.cpp36 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/
Dsparse_setter.cpp211 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/
Dsparse.h111 DynamicSparseMatrix<Scalar, Opt2, Index>& sparseMat,
116 enum { IsRowMajor = DynamicSparseMatrix<Scalar,Opt2,Index>::IsRowMajor };
/external/eigen/unsupported/Eigen/
DSparseExtra43 #include "src/SparseExtra/DynamicSparseMatrix.h"
/external/eigen/test/eigen2/
Deigen2_sparse_basic.cpp32 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()
Dsparse.h90 DynamicSparseMatrix<Scalar>& sparseMat,
Deigen2_sparse_product.cpp113 CALL_SUBTEST_3( sparse_product(DynamicSparseMatrix<double>(8, 8)) ); in test_eigen2_sparse_product()
/external/eigen/Eigen/src/SparseCore/
DSparseUtil.h72 template<typename _Scalar, int _Flags = 0, typename _Index = int> class DynamicSparseMatrix; variable
DSparseSelfAdjointView.h129 …template<typename DestScalar> void evalTo(DynamicSparseMatrix<DestScalar,ColMajor,Index>& _dest) c…
/external/eigen/doc/
DPreprocessorDirectives.dox90 …- \b EIGEN_DYNAMICSPARSEMATRIX_PLUGIN - filename of plugin for extending the DynamicSparseMatrix c…
DQuickReference.dox24 …rse matrix storage and related basic linear algebra (SparseMatrix, DynamicSparseMatrix, SparseVect…