#include <SLESolverSP.hpp>
|
| SLESolverSP (size_t imax, float epsilon) |
| Std-Constructor. More...
|
|
virtual void | solve (sgpp::base::OperationMatrixSP &SystemMatrix, sgpp::base::DataVectorSP &alpha, sgpp::base::DataVectorSP &b, bool reuse=false, bool verbose=false, float max_threshold=DEFAULT_RES_THRESHOLD)=0 |
| Pure virtual Function that defines a solve method for an iterative solver. More...
|
|
virtual | ~SLESolverSP () |
| Std-Destructor. More...
|
|
float | getEpsilon () |
| gets the the epsilon, that is used in the SGSolver More...
|
|
size_t | getNumberIterations () |
| function that returns the number of needed solve steps More...
|
|
float | getResiduum () |
| function the returns the residuum (current or final), error of the solver More...
|
|
void | setEpsilon (float eps) |
| resets the epsilon, that is used in the SGSolver More...
|
|
void | setMaxIterations (size_t nIterations) |
| resets the number of maximum iterations More...
|
|
| SGSolverSP (size_t nMaximumIterations, float epsilon) |
| Std-Constructor. More...
|
|
virtual | ~SGSolverSP () |
| Std-Destructor. More...
|
|
◆ SLESolverSP()
sgpp::solver::SLESolverSP::SLESolverSP |
( |
size_t |
imax, |
|
|
float |
epsilon |
|
) |
| |
|
inline |
Std-Constructor.
- Parameters
-
imax | number of maximum executed iterations |
epsilon | the final error in the iterative solver |
◆ ~SLESolverSP()
virtual sgpp::solver::SLESolverSP::~SLESolverSP |
( |
| ) |
|
|
inlinevirtual |
◆ solve()
The documentation for this class was generated from the following file: