19 #ifndef GEOSX_LINEARALGEBRA_INTERFACES_EPETRASUPERLU_DIST_HPP_ 20 #define GEOSX_LINEARALGEBRA_INTERFACES_EPETRASUPERLU_DIST_HPP_ 37 SuperLU_Dist & SLUDData );
void EpetraConvertToSuperMatrix(EpetraMatrix const &matrix, SuperLU_Dist &SLUDData)
Converts a matrix from Epetra to SuperLU_Dist format.
real64 EpetraSuperLU_DistCond(EpetraMatrix const &matrix, SuperLU_Dist &SLUDData)
Computes an accurate condition number (time consuming function!!!)
double real64
64-bit floating point type.