Functions | |
void | BiCGSTAB_sparse (vector sol, const sparse A, const vector b, double *state, void prec(vector, const vector)) |
void | CGSSolve_sparse (vector sol, const sparse A, const vector b, double *state) |
void | PCGSSolve_sparse (vector sol, const sparse A, const vector b, double *state, void prec(vector, const vector)) |
|
CG method written for normal eqs., for the interpretation of the state variable, see PCGMSolve_sparse |
|
|
|
|