Searched defs:SparseMatrixType (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/eigen/Eigen/src/SparseCore/ |
H A D | SparseBlock.h | 292 typedef SparseMatrix<_Scalar, _Options, _StorageIndex> SparseMatrixType; typedef 311 typedef const SparseMatrix<_Scalar, _Options, _StorageIndex> SparseMatrixType; typedef
|
/aosp_15_r20/external/eigen/test/ |
H A D | conjugate_gradient.cpp | 15 typedef SparseMatrix<T,0,I_> SparseMatrixType; in test_conjugate_gradient_T() typedef
|
H A D | simplicial_cholesky.cpp | 14 typedef SparseMatrix<T,flag,I_> SparseMatrixType; in test_simplicial_cholesky_T() typedef
|
H A D | incomplete_cholesky.cpp | 17 typedef SparseMatrix<T,0,I_> SparseMatrixType; in test_incomplete_cholesky_T() typedef
|
H A D | sparse_vector.cpp | 19 typedef SparseMatrix<Scalar,0,StorageIndex> SparseMatrixType; in sparse_vector() typedef
|