47 #ifndef SparseGenRowLinSolver_h 48 #define SparseGenRowLinSolver_h 66 #include <solution/system_of_eqn/linearSOE/LinearSOESolver.h> 68 class SparseGenRowLinSOE;
Linear system of equations.
Definition: LinearSOE.h:91
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:73
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
Base class for sparse general matrix linear SOE solvers.
Definition: SparseGenRowLinSolver.h:74