Searched refs:DynamicSparseMatrix (Results 1 - 10 of 10) sorted by relevance

/external/eigen/unsupported/Eigen/src/SparseExtra/
H A DDynamicSparseMatrix.h17 * \class DynamicSparseMatrix
37 struct traits<DynamicSparseMatrix<_Scalar, _Options, _Index> >
56 class DynamicSparseMatrix class in namespace:Eigen
57 : public SparseMatrixBase<DynamicSparseMatrix<_Scalar, _Options, _Index> >
60 EIGEN_SPARSE_PUBLIC_INTERFACE(DynamicSparseMatrix)
62 // EIGEN_SPARSE_INHERIT_ASSIGNMENT_OPERATOR(DynamicSparseMatrix, +=)
63 // EIGEN_SPARSE_INHERIT_ASSIGNMENT_OPERATOR(DynamicSparseMatrix, -=)
73 typedef DynamicSparseMatrix<Scalar,(Flags&~RowMajorBit)|(IsRowMajor?RowMajorBit:0)> TransposedSparseMatrix;
225 /** The class DynamicSparseMatrix is deprectaed */
226 EIGEN_DEPRECATED inline DynamicSparseMatrix()
[all...]
H A DBlockOfDynamicSparseMatrix.h17 // NOTE Have to be reimplemented as a specialization of BlockImpl< DynamicSparseMatrix<_Scalar, _Options, _Index>, ... >
22 * specialisation for DynamicSparseMatrix
26 class SparseInnerVectorSet<DynamicSparseMatrix<_Scalar, _Options, _Index>, Size>
27 : public SparseMatrixBase<SparseInnerVectorSet<DynamicSparseMatrix<_Scalar, _Options, _Index>, Size> >
29 typedef DynamicSparseMatrix<_Scalar, _Options, _Index> MatrixType;
66 DynamicSparseMatrix<Scalar,IsRowMajor?RowMajorBit:0> aux(other);
/external/eigen/unsupported/test/
H A Dsparse_extra.cpp11 // import basic and product tests for deprectaed DynamicSparseMatrix
36 bool test_random_setter(DynamicSparseMatrix<T>& sm, const DenseType& ref, const std::vector<Vector2i>& nonzeroCoords)
141 CALL_SUBTEST_3( sparse_extra(DynamicSparseMatrix<double>(s, s)) );
142 // CALL_SUBTEST_3(( sparse_basic(DynamicSparseMatrix<double>(s, s)) ));
143 // CALL_SUBTEST_3(( sparse_basic(DynamicSparseMatrix<double,ColMajor,long int>(s, s)) ));
145 CALL_SUBTEST_3( (sparse_product<DynamicSparseMatrix<float, ColMajor> >()) );
146 CALL_SUBTEST_3( (sparse_product<DynamicSparseMatrix<float, RowMajor> >()) );
/external/eigen/test/
H A Dsparse.h111 DynamicSparseMatrix<Scalar, Opt2, Index>& sparseMat,
116 enum { IsRowMajor = DynamicSparseMatrix<Scalar,Opt2,Index>::IsRowMajor };
121 sparseMat.startVec(j); // not needed for DynamicSparseMatrix
/external/eigen/bench/
H A Dsparse_setter.cpp77 // DynamicSparseMatrix<int> stencil(SIZE,SIZE);
211 DynamicSparseMatrix<Scalar> mat(SIZE,SIZE);
226 DynamicSparseMatrix<Scalar> mat(SIZE,SIZE);
229 DynamicSparseMatrix<Scalar> aux(SIZE,SIZE);
244 DynamicSparseMatrix<Scalar> setter(SIZE,SIZE);
/external/eigen/test/eigen2/
H A Dsparse.h90 DynamicSparseMatrix<Scalar>& sparseMat,
H A Deigen2_sparse_basic.cpp32 bool test_random_setter(DynamicSparseMatrix<T>& sm, const DenseType& ref, const std::vector<Vector2i>& nonzeroCoords)
315 CALL_SUBTEST_3( sparse_basic(DynamicSparseMatrix<double>(8, 8)) );
H A Deigen2_sparse_product.cpp113 CALL_SUBTEST_3( sparse_product(DynamicSparseMatrix<double>(8, 8)) );
/external/eigen/Eigen/src/SparseCore/
H A DSparseUtil.h72 template<typename _Scalar, int _Flags = 0, typename _Index = int> class DynamicSparseMatrix;
H A DSparseSelfAdjointView.h129 template<typename DestScalar> void evalTo(DynamicSparseMatrix<DestScalar,ColMajor,Index>& _dest) const

Completed in 1155 milliseconds