66 #ifndef LinearSOESolver_h 67 #define LinearSOESolver_h 69 #include <solution/system_of_eqn/Solver.h> 70 #include "utility/matrix/Vector.h" 88 virtual bool setLinearSOE(
LinearSOE *theSOE) = 0;
92 virtual int setSize(
void) = 0;
93 virtual double getDeterminant(
void) {
return 1.0;};
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
Equation solver.
Definition: Solver.h:81
================================================================================
Definition: ContinuaReprComponent.h:34