Home
last modified time | relevance | path

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

/aosp_15_r20/external/eigen/unsupported/Eigen/src/SparseExtra/
H A DDynamicSparseMatrix.h37 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()
238 EIGEN_DEPRECATED inline DynamicSparseMatrix(Index rows, Index cols)
249 … EIGEN_DEPRECATED explicit inline DynamicSparseMatrix(const SparseMatrixBase<OtherDerived>& other)
258 inline DynamicSparseMatrix(const DynamicSparseMatrix& other)
[all …]
H A 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);
/aosp_15_r20/external/eigen/unsupported/test/
H A Dsparse_extra.cpp71 bool test_random_setter(DynamicSparseMatrix<T>& sm, const DenseType& ref, const std::vector<Vector2… in test_random_setter()
198 CALL_SUBTEST_3( sparse_extra(DynamicSparseMatrix<double>(s, s)) ); in EIGEN_DECLARE_TEST()
202 CALL_SUBTEST_3( (sparse_product<DynamicSparseMatrix<float, ColMajor> >()) ); in EIGEN_DECLARE_TEST()
203 CALL_SUBTEST_3( (sparse_product<DynamicSparseMatrix<float, RowMajor> >()) ); in EIGEN_DECLARE_TEST()
/aosp_15_r20/external/eigen/bench/
H A 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()
/aosp_15_r20/external/eigen/test/
H A Dsparse.h108 DynamicSparseMatrix<Scalar, Opt2, Index>& sparseMat,
113 enum { IsRowMajor = DynamicSparseMatrix<Scalar,Opt2,Index>::IsRowMajor };
/aosp_15_r20/external/eigen/unsupported/Eigen/
H A DSparseExtra41 #include "src/SparseExtra/DynamicSparseMatrix.h"
/aosp_15_r20/external/eigen/Eigen/src/SparseCore/
H A DSparseUtil.h53 template<typename _Scalar, int _Flags = 0, typename _StorageIndex = int> class DynamicSparseMatrix; variable
H A DSparseSelfAdjointView.h265 …static void run(DynamicSparseMatrix<DestScalar,ColMajor,StorageIndex>& dst, const SrcXprType &src,…
/aosp_15_r20/external/eigen/doc/
H A DPreprocessorDirectives.dox148 …- \b EIGEN_DYNAMICSPARSEMATRIX_PLUGIN - filename of plugin for extending the DynamicSparseMatrix c…
/aosp_15_r20/external/tensorflow/third_party/eigen3/
H A DLICENSE245 ./unsupported/Eigen/src/SparseExtra/DynamicSparseMatrix.h