BandSPDLinLapackSolver.cpp File Reference#include <BandSPDLinLapackSolver.h>
#include <BandSPDLinSOE.h>
#include <f2c.h>
#include <math.h>
Go to the source code of this file.
|
Functions |
int | dpbsv_ (char *UPLO, int *N, int *KD, int *NRHS, double *A, int *LDA, double *B, int *LDB, int *INFO) |
int | dpbtrs_ (char *UPLO, int *N, int *KD, int *NRHS, double *A, int *LDA, double *B, int *LDB, int *INFO) |
Function Documentation
int dpbsv_ |
( |
char * |
UPLO, |
|
|
int * |
N, |
|
|
int * |
KD, |
|
|
int * |
NRHS, |
|
|
double * |
A, |
|
|
int * |
LDA, |
|
|
double * |
B, |
|
|
int * |
LDB, |
|
|
int * |
INFO | |
|
) |
| | |
int dpbtrs_ |
( |
char * |
UPLO, |
|
|
int * |
N, |
|
|
int * |
KD, |
|
|
int * |
NRHS, |
|
|
double * |
A, |
|
|
int * |
LDA, |
|
|
double * |
B, |
|
|
int * |
LDB, |
|
|
int * |
INFO | |
|
) |
| | |
Generated on Mon Oct 23 15:05:35 2006 for OpenSees by 1.5.0
|