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,StorageIndex>::countnz(const Index n, Index& nnzL, Index& nnzU, GlobalLU_t… in countnz() function
DSparseLUImpl.h56 void countnz(const Index n, Index& nnzL, Index& nnzU, GlobalLU_t& glu);
DSparseLU.h690 Base::countnz(n, m_nnzL, m_nnzU, m_glu); in factorize()