Searched refs:LSRhsFn (Results 1 – 2 of 2) sorted by relevance
/dports/math/scilab/scilab-6.1.1/scilab/modules/scicos/src/c/ |
H A D | lsodar.h | 42 typedef void (*LSRhsFn) (int * neq, realtype * t, realtype * y, realtype * rwork); typedef 49 LSRhsFn func; 75 int LSodarInit (void * lsodar_mem, LSRhsFn f, realtype t0, N_Vector y);
|
H A D | lsodar.c | 49 extern void C2F(lsodar) (LSRhsFn f, int *neq, realtype *y, realtype *t, realtype *tout, int *itol, … 138 int LSodarInit (void * lsodar_mem, LSRhsFn f, realtype t0, N_Vector y) in LSodarInit()
|