Searched refs:DynamicSparseMatrix (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/eigen/unsupported/Eigen/src/SparseExtra/ |
H A D | DynamicSparseMatrix.h | 37 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 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);
|
/aosp_15_r20/external/eigen/unsupported/test/ |
H A D | sparse_extra.cpp | 71 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 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()
|
/aosp_15_r20/external/eigen/test/ |
H A D | sparse.h | 108 DynamicSparseMatrix<Scalar, Opt2, Index>& sparseMat, 113 enum { IsRowMajor = DynamicSparseMatrix<Scalar,Opt2,Index>::IsRowMajor };
|
/aosp_15_r20/external/eigen/unsupported/Eigen/ |
H A D | SparseExtra | 41 #include "src/SparseExtra/DynamicSparseMatrix.h"
|
/aosp_15_r20/external/eigen/Eigen/src/SparseCore/ |
H A D | SparseUtil.h | 53 template<typename _Scalar, int _Flags = 0, typename _StorageIndex = int> class DynamicSparseMatrix; variable
|
H A D | SparseSelfAdjointView.h | 265 …static void run(DynamicSparseMatrix<DestScalar,ColMajor,StorageIndex>& dst, const SrcXprType &src,…
|
/aosp_15_r20/external/eigen/doc/ |
H A D | PreprocessorDirectives.dox | 148 …- \b EIGEN_DYNAMICSPARSEMATRIX_PLUGIN - filename of plugin for extending the DynamicSparseMatrix c…
|
/aosp_15_r20/external/tensorflow/third_party/eigen3/ |
H A D | LICENSE | 245 ./unsupported/Eigen/src/SparseExtra/DynamicSparseMatrix.h
|