48 #ifndef SparseGenRowLinSolver_h    49 #define SparseGenRowLinSolver_h    67 #include <solution/system_of_eqn/linearSOE/LinearSOESolver.h>    69 class SparseGenRowLinSOE;
 Linear system of equations. 
Definition: LinearSOE.h:92
virtual bool setLinearSOE(LinearSOE *theSOE)
Sets the system of equations to solve. 
Definition: SparseGenRowLinSolver.cpp:68
SparseGenRowLinSolver(int classTag)
Constructor. 
Definition: SparseGenRowLinSolver.cpp:64
Sparse nonsymmetric matrix linear system of equations. 
Definition: SparseGenRowLinSOE.h:74
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
Base class for sparse general matrix linear SOE solvers. 
Definition: SparseGenRowLinSolver.h:75