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