![]() |
SG++-Doxygen-Documentation
|
#include <DBMatDecompMatrixSolver.hpp>
Public Member Functions | |
DBMatDecompMatrixSolver () | |
![]() | |
double | getEpsilon () |
gets the the epsilon, that is used in the SGSolver | |
size_t | getNumberIterations () |
function that returns the number of needed solve steps | |
double | getResiduum () |
function the returns the residuum (current or final), error of the solver | |
void | setEpsilon (double eps) |
resets the epsilon, that is used in the SGSolver | |
void | setMaxIterations (size_t nIterations) |
resets the number of maximum iterations | |
SGSolver (size_t nMaximumIterations, double epsilon) | |
Std-Constructor. | |
virtual | ~SGSolver () |
Std-Destructor. | |
Additional Inherited Members | |
![]() | |
double | myEpsilon |
epsilon needed in the, e.g. final error in the iterative solver, or a timestep | |
size_t | nIterations |
Number of Iterations needed for the solve. | |
size_t | nMaxIterations |
Number of maximum iterations for cg. | |
double | residuum |
residuum | |
sgpp::datadriven::DBMatDecompMatrixSolver::DBMatDecompMatrixSolver | ( | ) |