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

/external/eigen/Eigen/src/UmfPackSupport/
H A DUmfPackSupport.h45 inline int umfpack_numeric( const int Ap[], const int Ai[], const double Ax[], function in namespace:Eigen
52 inline int umfpack_numeric( const int Ap[], const int Ai[], const std::complex<double> Ax[], function in namespace:Eigen
351 errorCode = umfpack_numeric(m_outerIndexPtr, m_innerIndexPtr, m_valuePtr,

Completed in 56 milliseconds