#include <cpodes/cpodes_direct.h>
Go to the source code of this file.
Functions | |
SUNDIALS_EXPORT int | CPLapackDense (void *cpode_mem, int N) |
SUNDIALS_EXPORT int | CPLapackBand (void *cpode_mem, int N, int mupper, int mlower) |
SUNDIALS_EXPORT int | CPLapackDenseProj (void *cpode_mem, int Nc, int Ny, int fact_type) |
SUNDIALS_EXPORT int CPLapackBand | ( | void * | cpode_mem, | |
int | N, | |||
int | mupper, | |||
int | mlower | |||
) |
Referenced by main().
SUNDIALS_EXPORT int CPLapackDense | ( | void * | cpode_mem, | |
int | N | |||
) |
Referenced by main().
SUNDIALS_EXPORT int CPLapackDenseProj | ( | void * | cpode_mem, | |
int | Nc, | |||
int | Ny, | |||
int | fact_type | |||
) |
Referenced by main().