XLPack 7.0
XLPack Numerical Library (C API) Reference Manual
Loading...
Searching...
No Matches
Functions
dassl.c File Reference

Functions

void dassl (int n, void(*res)(int, double, double *, double *, double *, int *), double *t, double y[], double yp[], double tout, int iopt[], double *rtol, double *atol, void(*jac)(int, double, double *, double *, int, double *, double), double work[], int lwork, int iwork[], int liwork, int *info)
 Solution of differential algebraic equation (DAE) (1~5-th order backward differentiation formula (BDF))