Go to the source code of this file.
Data Structures | |
class | serial_comm |
An ILSI_Comm that holds a single, serial, dense matrix. More... | |
Functions | |
double | nextDouble (void) |
Tiny serial test for linear solvers. | |
int | main (int argc, char *argv[]) |
double nextDouble | ( | void | ) |
Tiny serial test for linear solvers.
For a real parallel example program, see charm/pgms/charm++/fem/matrix/
Orion Sky Lawlor, olawlor@acm.org, 1/16/2003
Definition at line 14 of file solver_test.C.
Referenced by main().
Definition at line 45 of file solver_test.C.
References PUP::b, c, comm, ILSI_CG_Solver(), ILSI_Param_new(), ILSI_Param::iterations, serial_comm::matrixVectorProduct(), ILSI_Param::maxResidual, n, nextDouble(), param, r, ILSI_Param::residual, and x.