65 #ifndef BandGenLinLapackSolver_h    66 #define BandGenLinLapackSolver_h    68 #include <solution/system_of_eqn/linearSOE/bandGEN/BandGenLinSolver.h> Communication parameters between processes. 
Definition: Communicator.h:66
double getRCond(const char &)
Estimates the reciprocal of the condition number of a real general band matrix A, in either the 1-nor...
Definition: BandGenLinLapackSolver.cpp:179
Vector of integers. 
Definition: ID.h:95
int sendSelf(Communicator &)
Send the object. 
Definition: BandGenLinLapackSolver.cpp:253
Lapack based band general matrix SOE solver. 
Definition: BandGenLinLapackSolver.h:79
BandGenLinLapackSolver(void)
A unique class tag defined in classTags.h is passed to the BandGenLinSolver constructor. 
Definition: BandGenLinLapackSolver.cpp:70
int solve(void)
Performs the solution of the system of equations. 
Definition: BandGenLinLapackSolver.cpp:109
Base class for band general linear SOE solvers. 
Definition: BandGenLinSolver.h:81
int recvSelf(const Communicator &)
Receive the object. 
Definition: BandGenLinLapackSolver.cpp:256
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
int setSize(void)
Sets the size of #iPiv. 
Definition: BandGenLinLapackSolver.cpp:245