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