65 #ifndef ConjugateGradientSolver_h 66 #define ConjugateGradientSolver_h 68 #include <solution/system_of_eqn/linearSOE/LinearSOESolver.h> 87 virtual int setSize(
void);
88 virtual int solve(
void);
Solution of the linear system of equations.
Definition: LinearSOESolver.h:82
Linea system of equations. This is the class definition for LinearSOE. LinearSOE is an abstract base ...
Definition: LinearSOE.h:86
Base class for conjugate gradient linear SOE solvers.
Definition: ConjugateGradientSolver.h:76
================================================================================
Definition: ContinuaReprComponent.h:34