suanPan
|
Go to the source code of this file.
Concepts | |
concept | HasEvaluate |
Functions | |
template<sp_d data_t, HasEvaluate< data_t > System> | |
int | GMRES (const System *system, Col< data_t > &x, const Col< data_t > &b, SolverSetting< data_t > &setting) |
template<sp_d data_t, HasEvaluate< data_t > System> | |
int | BiCGSTAB (const System *system, Col< data_t > &x, const Col< data_t > &b, SolverSetting< data_t > &setting) |
int BiCGSTAB | ( | const System * | system, |
Col< data_t > & | x, | ||
const Col< data_t > & | b, | ||
SolverSetting< data_t > & | setting | ||
) |
int GMRES | ( | const System * | system, |
Col< data_t > & | x, | ||
const Col< data_t > & | b, | ||
SolverSetting< data_t > & | setting | ||
) |