![]() |
SG++-Doxygen-Documentation
|
Linear system solver implementing the direct Gaussian elimination. More...
#include <GaussianElimination.hpp>
Public Member Functions | |
bool | solve (SLE &system, DataVector &b, DataVector &x) const override |
~GaussianElimination () override | |
Destructor. | |
![]() | |
SLESolver () | |
Constructor. | |
virtual bool | solve (SLE &system, DataMatrix &B, DataMatrix &X) const |
Virtual method for solving multiple linear systems with different right-hand sides. | |
virtual | ~SLESolver () |
Destructor. | |
Linear system solver implementing the direct Gaussian elimination.
|
override |
Destructor.
|
overridevirtual |
system | system to be solved | |
b | right-hand side | |
[out] | x | solution to the system |
Implements sgpp::base::sle_solver::SLESolver.
References sgpp::base::DataMatrix::getColumn(), sgpp::base::Printer::getInstance(), sgpp::base::SLE::getMatrixEntry(), sgpp::base::Printer::printStatusBegin(), sgpp::base::Printer::printStatusEnd(), and sgpp::base::Printer::printStatusUpdate().