Home
last modified time | relevance | path

Searched refs:countnz (Results 1 – 3 of 3) sorted by relevance

/external/eigen/Eigen/src/SparseLU/
DSparseLU_Utils.h21 void SparseLUImpl<Scalar,Index>::countnz(const Index n, Index& nnzL, Index& nnzU, GlobalLU_t& glu) in countnz() function
DSparseLUImpl.h54 void countnz(const Index n, Index& nnzL, Index& nnzU, GlobalLU_t& glu);
DSparseLU.h642 Base::countnz(n, m_nnzL, m_nnzU, m_glu); in factorize()