BandGenLinLapackSolver.cpp File Reference#include <BandGenLinLapackSolver.h>
#include <BandGenLinSOE.h>
#include <f2c.h>
#include <math.h>
Go to the source code of this file.
|
Functions |
int | dgbsv_ (int *N, int *KL, int *KU, int *NRHS, double *A, int *LDA, int *iPiv, double *B, int *LDB, int *INFO) |
int | dgbtrs_ (char *TRANS, int *N, int *KL, int *KU, int *NRHS, double *A, int *LDA, int *iPiv, double *B, int *LDB, int *INFO) |
Function Documentation
int dgbsv_ |
( |
int * |
N, |
|
|
int * |
KL, |
|
|
int * |
KU, |
|
|
int * |
NRHS, |
|
|
double * |
A, |
|
|
int * |
LDA, |
|
|
int * |
iPiv, |
|
|
double * |
B, |
|
|
int * |
LDB, |
|
|
int * |
INFO | |
|
) |
| | |
int dgbtrs_ |
( |
char * |
TRANS, |
|
|
int * |
N, |
|
|
int * |
KL, |
|
|
int * |
KU, |
|
|
int * |
NRHS, |
|
|
double * |
A, |
|
|
int * |
LDA, |
|
|
int * |
iPiv, |
|
|
double * |
B, |
|
|
int * |
LDB, |
|
|
int * |
INFO | |
|
) |
| | |
Generated on Mon Oct 23 15:05:35 2006 for OpenSees by 1.5.0
|