52 #ifndef SparseGenColLinSolver_h 53 #define SparseGenColLinSolver_h 69 #include <solution/system_of_eqn/linearSOE/LinearSOESolver.h> 71 class SparseGenColLinSOE;
Solution of the linear system of equations.
Definition: LinearSOESolver.h:82
Base class for sparse general matrix linear SOE solver.
Definition: SparseGenColLinSolver.h:76
virtual bool setLinearSOE(LinearSOE *theSOE)
Sets the system of equations to solve.
Definition: SparseGenColLinSolver.cpp:70
Linea system of equations. This is the class definition for LinearSOE. LinearSOE is an abstract base ...
Definition: LinearSOE.h:86
Sparse nonsymmetric matrix linear system of equations.
Definition: SparseGenColLinSOE.h:74
================================================================================
Definition: ContinuaReprComponent.h:34