cvodes_lapack.h File Reference
#include <cvodes/cvodes_direct.h>
#include <sundials/sundials_lapack.h>
Go to the source code of this file.
Functions |
SUNDIALS_EXPORT int | CVLapackDense (void *cvode_mem, int N) |
SUNDIALS_EXPORT int | CVLapackBand (void *cvode_mem, int N, int mupper, int mlower) |
SUNDIALS_EXPORT int | CVLapackDenseB (void *cvadj_mem, int nB) |
SUNDIALS_EXPORT int | CVLapackBandB (void *cvadj_mem, int nB, int mupperB, int mlowerB) |
Function Documentation
SUNDIALS_EXPORT int CVLapackBand |
( |
void * |
cvode_mem, |
|
|
int |
N, |
|
|
int |
mupper, |
|
|
int |
mlower | |
|
) |
| | |
SUNDIALS_EXPORT int CVLapackBandB |
( |
void * |
cvadj_mem, |
|
|
int |
nB, |
|
|
int |
mupperB, |
|
|
int |
mlowerB | |
|
) |
| | |
SUNDIALS_EXPORT int CVLapackDense |
( |
void * |
cvode_mem, |
|
|
int |
N | |
|
) |
| | |
SUNDIALS_EXPORT int CVLapackDenseB |
( |
void * |
cvadj_mem, |
|
|
int |
nB | |
|
) |
| | |