suanPan
IterativeSolver.hpp File Reference
#include <Toolbox/utility.h>
#include "SolverSetting.hpp"
Include dependency graph for IterativeSolver.hpp:
This graph shows which files directly or indirectly include this file:

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)
 

Function Documentation

◆ BiCGSTAB()

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 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ GMRES()

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 
)
Here is the call graph for this function:
Here is the caller graph for this function: