Go to the source code of this file.
|
void | Factor_dhCreate (Factor_dh *mat) |
|
void | Factor_dhDestroy (Factor_dh mat) |
|
void | Factor_dhTranspose (Factor_dh matIN, Factor_dh *matOUT) |
|
void | Factor_dhInit (void *A, bool fillFlag, bool avalFlag, double rho, int id, int beg_rowP, Factor_dh *F) |
|
void | Factor_dhReallocate (Factor_dh F, int used, int additional) |
|
void | Factor_dhSolveSetup (Factor_dh mat, SubdomainGraph_dh sg) |
|
void | Factor_dhSolve (double *rhs, double *lhs, Euclid_dh ctx) |
|
void | Factor_dhSolveSeq (double *rhs, double *lhs, Euclid_dh ctx) |
|
double | Factor_dhCondEst (Factor_dh mat, Euclid_dh ctx) |
|
double | Factor_dhMaxValue (Factor_dh mat) |
|
double | Factor_dhMaxPivotInverse (Factor_dh mat) |
|
int | Factor_dhReadNz (Factor_dh mat) |
|
void | Factor_dhPrintTriples (Factor_dh mat, char *filename) |
|
void | Factor_dhPrintGraph (Factor_dh mat, char *filename) |
|
void | Factor_dhPrintDiags (Factor_dh mat, FILE *fp) |
|
void | Factor_dhPrintRows (Factor_dh mat, FILE *fp) |
|
◆ Factor_dhCreate()
◆ Factor_dhDestroy()
◆ Factor_dhTranspose()
◆ Factor_dhInit()
void Factor_dhInit |
( |
void * | A, |
|
|
bool | fillFlag, |
|
|
bool | avalFlag, |
|
|
double | rho, |
|
|
int | id, |
|
|
int | beg_rowP, |
|
|
Factor_dh * | F ) |
|
extern |
◆ Factor_dhReallocate()
void Factor_dhReallocate |
( |
Factor_dh | F, |
|
|
int | used, |
|
|
int | additional ) |
|
extern |
◆ Factor_dhSolveSetup()
◆ Factor_dhSolve()
void Factor_dhSolve |
( |
double * | rhs, |
|
|
double * | lhs, |
|
|
Euclid_dh | ctx ) |
|
extern |
◆ Factor_dhSolveSeq()
void Factor_dhSolveSeq |
( |
double * | rhs, |
|
|
double * | lhs, |
|
|
Euclid_dh | ctx ) |
|
extern |
◆ Factor_dhCondEst()
◆ Factor_dhMaxValue()
◆ Factor_dhMaxPivotInverse()
double Factor_dhMaxPivotInverse |
( |
Factor_dh | mat | ) |
|
|
extern |
◆ Factor_dhReadNz()
◆ Factor_dhPrintTriples()
void Factor_dhPrintTriples |
( |
Factor_dh | mat, |
|
|
char * | filename ) |
|
extern |
◆ Factor_dhPrintGraph()
void Factor_dhPrintGraph |
( |
Factor_dh | mat, |
|
|
char * | filename ) |
|
extern |
◆ Factor_dhPrintDiags()
void Factor_dhPrintDiags |
( |
Factor_dh | mat, |
|
|
FILE * | fp ) |
|
extern |
◆ Factor_dhPrintRows()
void Factor_dhPrintRows |
( |
Factor_dh | mat, |
|
|
FILE * | fp ) |
|
extern |