Home
last modified time | relevance | path

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

/external/eigen/Eigen/src/UmfPackSupport/
DUmfPackSupport.h70 inline int umfpack_numeric( const int Ap[], const int Ai[], const double Ax[], in umfpack_numeric() function
77 inline int umfpack_numeric( const int Ap[], const int Ai[], const std::complex<double> Ax[], in umfpack_numeric() function
385 …m_fact_errorCode = umfpack_numeric(mp_matrix.outerIndexPtr(), mp_matrix.innerIndexPtr(), mp_matrix… in factorize_impl()