66 #ifndef LinearSOESolver_h 67 #define LinearSOESolver_h 69 #include <solution/system_of_eqn/Solver.h> 70 #include "utility/matrix/Vector.h" virtual double getDeterminant(void)
Returns the determinant of the system matrix.
Definition: LinearSOESolver.h:107
Solver for a system of equations.
Definition: Solver.h:84
Linear system of equations.
Definition: LinearSOE.h:91
LinearSOESolver(int classTag=0)
Constructor.
Definition: LinearSOESolver.cpp:71
virtual int setSize(void)=0
Sets the number of equations.
virtual LinearSOESolver * getCopy(void) const =0
Virtual constructor.
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:34
Base class of the solvers for linear system of equations.
Definition: LinearSOESolver.h:86
virtual ~LinearSOESolver(void)
Destructor.
Definition: LinearSOESolver.h:97
virtual bool setLinearSOE(LinearSOE *theSOE)=0
Sets the systems of equations to solve.