Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members File Members
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 )
|
|
|