53 #ifndef SparseGenColLinSolver_h    54 #define SparseGenColLinSolver_h    70 #include <solution/system_of_eqn/linearSOE/LinearSOESolver.h>    72 class SparseGenColLinSOE;
 SparseGenColLinSolver(int classTag)
Constructor. 
Definition: SparseGenColLinSolver.cpp:68
Linear system of equations. 
Definition: LinearSOE.h:92
virtual bool setLinearSOE(LinearSOE *theSOE)
Sets the system of equations to solve. 
Definition: SparseGenColLinSolver.cpp:72
SparseGenColLinSOE * theSOE
System of equations to solve. 
Definition: SparseGenColLinSolver.h:80
Base class for sparse general matrix linear SOE solver. 
Definition: SparseGenColLinSolver.h:77
Open source finite element program for structural analysis. 
Definition: ContinuaReprComponent.h:35
Base class of the solvers for linear system of equations. 
Definition: LinearSOESolver.h:87
Sparse nonsymmetric matrix linear system of equations. 
Definition: SparseGenColLinSOE.h:135