#include <kinsol/kinsol_direct.h>
#include <sundials/sundials_lapack.h>
Go to the source code of this file.
Functions | |
SUNDIALS_EXPORT int | KINLapackDense (void *kinmem, int N) |
SUNDIALS_EXPORT int | KINLapackBand (void *kinmem, int N, int mupper, int mlower) |
SUNDIALS_EXPORT int KINLapackBand | ( | void * | kinmem, | |
int | N, | |||
int | mupper, | |||
int | mlower | |||
) |
SUNDIALS_EXPORT int KINLapackDense | ( | void * | kinmem, | |
int | N | |||
) |