Home
last modified time | relevance | path

Searched defs:SparseMatrixBase (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/eigen/test/
H A Dmain.h524 template<typename Derived> class SparseMatrixBase; variable
531 template<typename Derived> class SparseMatrixBase; variable
538 template<typename Derived> class SparseMatrixBase; variable
/aosp_15_r20/external/eigen/Eigen/src/SparseCore/
H A DSparseMatrixBase.h197 SparseMatrixBase() : m_isRValue(false) { /* TODO check flags */ } in SparseMatrixBase() function