66 #ifndef BandGenLinSolver_h 67 #define BandGenLinSolver_h 69 #include <solution/system_of_eqn/linearSOE/LinearSOESolver.h> 80 virtual bool setLinearSOE(
LinearSOE *theSOE);
84 virtual int solve(
void) = 0;
Solution of the linear system of equations.
Definition: LinearSOESolver.h:82
Linea system of equations. This is the class definition for LinearSOE. LinearSOE is an abstract base ...
Definition: LinearSOE.h:86
Uses the LAPACK storage scheme to store the components of the A matrix, which is a banded unsymmetric...
Definition: BandGenLinSOE.h:73
================================================================================
Definition: ContinuaReprComponent.h:34
Base class for band general linear SOE solvers.
Definition: BandGenLinSolver.h:76