#include <cvodes/cvodes_direct.h>
#include <sundials/sundials_band.h>
Go to the source code of this file.
Functions | |
SUNDIALS_EXPORT int | CVBand (void *cvode_mem, int N, int mupper, int mlower) |
SUNDIALS_EXPORT int | CVBandB (void *cvadj_mem, int nB, int mupperB, int mlowerB) |
SUNDIALS_EXPORT int CVBand | ( | void * | cvode_mem, | |
int | N, | |||
int | mupper, | |||
int | mlower | |||
) |
SUNDIALS_EXPORT int CVBandB | ( | void * | cvadj_mem, | |
int | nB, | |||
int | mupperB, | |||
int | mlowerB | |||
) |
Referenced by main().