HomeSort by relevance Sort by last modified time
    Searched refs:DynamicSparseMatrix (Results 1 - 10 of 10) sorted by null

  /external/eigen/unsupported/Eigen/src/SparseExtra/
DynamicSparseMatrix.h 17 * \class DynamicSparseMatrix
37 struct traits<DynamicSparseMatrix<_Scalar, _Options, _Index> >
56 class DynamicSparseMatrix
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...]
BlockOfDynamicSparseMatrix.h 16 * specialisation for DynamicSparseMatrix
20 class SparseInnerVectorSet<DynamicSparseMatrix<_Scalar, _Options, _Index>, Size>
21 : public SparseMatrixBase<SparseInnerVectorSet<DynamicSparseMatrix<_Scalar, _Options, _Index>, Size> >
23 typedef DynamicSparseMatrix<_Scalar, _Options, _Index> MatrixType;
60 DynamicSparseMatrix<Scalar,IsRowMajor?RowMajorBit:0> aux(other);
  /external/eigen/unsupported/test/
sparse_extra.cpp 11 // import basic and product tests for deprectaed DynamicSparseMatrix
37 bool test_random_setter(DynamicSparseMatrix<T>& sm, const DenseType& ref, const std::vector<Vector2i>& nonzeroCoords)
142 CALL_SUBTEST_3( sparse_extra(DynamicSparseMatrix<double>(s, s)) );
143 // CALL_SUBTEST_3(( sparse_basic(DynamicSparseMatrix<double>(s, s)) ));
144 // CALL_SUBTEST_3(( sparse_basic(DynamicSparseMatrix<double,ColMajor,long int>(s, s)) ));
146 CALL_SUBTEST_3( (sparse_product<DynamicSparseMatrix<float, ColMajor> >()) );
147 CALL_SUBTEST_3( (sparse_product<DynamicSparseMatrix<float, RowMajor> >()) );
  /external/eigen/test/
sparse.h 111 DynamicSparseMatrix<Scalar, Opt2, Index>& sparseMat,
116 enum { IsRowMajor = DynamicSparseMatrix<Scalar,Opt2,Index>::IsRowMajor };
121 sparseMat.startVec(j); // not needed for DynamicSparseMatrix
  /external/eigen/bench/
sparse_setter.cpp 77 // 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/
sparse.h 90 DynamicSparseMatrix<Scalar>& sparseMat,
eigen2_sparse_basic.cpp 32 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)) );
eigen2_sparse_product.cpp 113 CALL_SUBTEST_3( sparse_product(DynamicSparseMatrix<double>(8, 8)) );
  /external/eigen/Eigen/src/SparseCore/
SparseUtil.h 72 template<typename _Scalar, int _Flags = 0, typename _Index = int> class DynamicSparseMatrix;
SparseSelfAdjointView.h 105 template<typename DestScalar> void evalTo(DynamicSparseMatrix<DestScalar,ColMajor,Index>& _dest) const

Completed in 738 milliseconds