Home
last modified time | relevance | path

Searched defs:SparseMatrixType (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/eigen/Eigen/src/SparseCore/
H A DSparseBlock.h292 typedef SparseMatrix<_Scalar, _Options, _StorageIndex> SparseMatrixType; typedef
311 typedef const SparseMatrix<_Scalar, _Options, _StorageIndex> SparseMatrixType; typedef
/aosp_15_r20/external/eigen/test/
H A Dconjugate_gradient.cpp15 typedef SparseMatrix<T,0,I_> SparseMatrixType; in test_conjugate_gradient_T() typedef
H A Dsimplicial_cholesky.cpp14 typedef SparseMatrix<T,flag,I_> SparseMatrixType; in test_simplicial_cholesky_T() typedef
H A Dincomplete_cholesky.cpp17 typedef SparseMatrix<T,0,I_> SparseMatrixType; in test_incomplete_cholesky_T() typedef
H A Dsparse_vector.cpp19 typedef SparseMatrix<Scalar,0,StorageIndex> SparseMatrixType; in sparse_vector() typedef