35 #ifndef _BLAZE_MATH_SOLVERS_GAUSSIANELIMINATION_H_
36 #define _BLAZE_MATH_SOLVERS_GAUSSIANELIMINATION_H_
VecN b_
The right-hand side vector .
Definition: LSE.h:84
VecN x_
The vector of unknowns .
Definition: LSE.h:85
GaussianElimination()
The default constructor for the GaussianElimination class.
Definition: GaussianElimination.cpp:64
bool solve(LSE &lse)
TODO.
Definition: GaussianElimination.h:114
A data structure for linear systems of equations.
A linear system of equations (LSE) data structure.The LSE class represent a linear system of equation...
Definition: LSE.h:65
VecN b_
TODO.
Definition: GaussianElimination.h:88
Header file for the complete DynamicVector implementation.
Header file for the base class of all solvers.
Header file for the complete DynamicMatrix implementation.
CMatMxN A_
The system matrix .
Definition: LSE.h:83
Implementation of the Gaussian elimination direct linear system solver.TODO: description TODO: Proble...
Definition: GaussianElimination.h:65
Header file for the complete CompressedMatrix implementation.
MatMxN A_
TODO.
Definition: GaussianElimination.h:87
Base class for all solver classes.TODO: description of the Solver class TODO: description of its func...
Definition: Solver.h:63