Searched refs:countnz (Results 1 – 3 of 3) sorted by relevance
/external/eigen/Eigen/src/SparseLU/ |
D | SparseLU_Utils.h | 21 void SparseLUImpl<Scalar,StorageIndex>::countnz(const Index n, Index& nnzL, Index& nnzU, GlobalLU_t… in countnz() function
|
D | SparseLUImpl.h | 56 void countnz(const Index n, Index& nnzL, Index& nnzU, GlobalLU_t& glu);
|
D | SparseLU.h | 690 Base::countnz(n, m_nnzL, m_nnzU, m_glu); in factorize()
|