Home
last modified time | relevance | path

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 Dlsodar.h42 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 Dlsodar.c49 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()