|
Ifpack Package Browser (Single Doxygen Collection)
Development
|
#include "euclid_common.h"

Go to the source code of this file.
Classes | |
| struct | _factor_dh |
Functions | |
| 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) |
| void Factor_dhCreate | ( | Factor_dh * | mat | ) |
Definition at line 70 of file Factor_dh.c.
| void Factor_dhDestroy | ( | Factor_dh | mat | ) |
Definition at line 116 of file Factor_dh.c.
Definition at line 1225 of file Factor_dh.c.
| void Factor_dhInit | ( | void * | A, |
| bool | fillFlag, | ||
| bool | avalFlag, | ||
| double | rho, | ||
| int | id, | ||
| int | beg_rowP, | ||
| Factor_dh * | F | ||
| ) |
Definition at line 1144 of file Factor_dh.c.
| void Factor_dhReallocate | ( | Factor_dh | F, |
| int | used, | ||
| int | additional | ||
| ) |
Definition at line 1185 of file Factor_dh.c.
| void Factor_dhSolveSetup | ( | Factor_dh | mat, |
| SubdomainGraph_dh | sg | ||
| ) |
Definition at line 649 of file Factor_dh.c.
| void Factor_dhSolve | ( | double * | rhs, |
| double * | lhs, | ||
| Euclid_dh | ctx | ||
| ) |
Definition at line 796 of file Factor_dh.c.
| void Factor_dhSolveSeq | ( | double * | rhs, |
| double * | lhs, | ||
| Euclid_dh | ctx | ||
| ) |
Definition at line 1257 of file Factor_dh.c.
Definition at line 1465 of file Factor_dh.c.
| double Factor_dhMaxValue | ( | Factor_dh | mat | ) |
Definition at line 1440 of file Factor_dh.c.
| double Factor_dhMaxPivotInverse | ( | Factor_dh | mat | ) |
Definition at line 1409 of file Factor_dh.c.
| int Factor_dhReadNz | ( | Factor_dh | mat | ) |
Definition at line 219 of file Factor_dh.c.
| void Factor_dhPrintTriples | ( | Factor_dh | mat, |
| char * | filename | ||
| ) |
Definition at line 367 of file Factor_dh.c.
| void Factor_dhPrintGraph | ( | Factor_dh | mat, |
| char * | filename | ||
| ) |
Definition at line 322 of file Factor_dh.c.
| void Factor_dhPrintDiags | ( | Factor_dh | mat, |
| FILE * | fp | ||
| ) |
Definition at line 284 of file Factor_dh.c.
| void Factor_dhPrintRows | ( | Factor_dh | mat, |
| FILE * | fp | ||
| ) |
Definition at line 232 of file Factor_dh.c.
1.8.5