cpodes_lapack_exports.h File Reference
#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) |
Function Documentation
SUNDIALS_EXPORT int CPLapackBand |
( |
void * |
cpode_mem, |
|
|
int |
N, |
|
|
int |
mupper, |
|
|
int |
mlower | |
|
) |
| | |
SUNDIALS_EXPORT int CPLapackDense |
( |
void * |
cpode_mem, |
|
|
int |
N | |
|
) |
| | |
SUNDIALS_EXPORT int CPLapackDenseProj |
( |
void * |
cpode_mem, |
|
|
int |
Nc, |
|
|
int |
Ny, |
|
|
int |
fact_type | |
|
) |
| | |