#include <itlin.h>
Public Types | |
enum | { GMRES = 0, GBIT = 1, PCG = 2 } |
enum | { Initial = 1, Intermediate = 2, Solution = 3, Final = 4 } |
Public Attributes | |
double * | res |
double | tau |
double | t |
double | normdx |
double | residuum |
enum ITLIN_DATA:: { ... } | codeid |
enum ITLIN_DATA:: { ... } | mode |
Definition at line 99 of file itlin.h.
anonymous enum |
enum { ... } ITLIN_DATA::codeid |
Referenced by gmres(), and itlin_dataout().
enum { ... } ITLIN_DATA::mode |
Referenced by gmres(), and itlin_dataout().
double ITLIN_DATA::normdx |
double* ITLIN_DATA::res |
double ITLIN_DATA::residuum |
double ITLIN_DATA::t |
Definition at line 102 of file itlin.h.
Referenced by gmres(), gmres_qrfact(), gmres_qrsolv(), and itlin_dataout().
double ITLIN_DATA::tau |