Home
last modified time | relevance | path

Searched refs:grblk (Results 1 – 3 of 3) sorted by relevance

/dports/math/scilab/scilab-6.1.1/scilab/modules/scicos/src/c/
H A Dlsodar.c49 …rk, int *lrw, int *iwork, int *liw, int *jacobian, int *jacType, LSRootFn grblk, int *ng, int *jro…
H A Dddaskr.c61 … *dummy1, int *dummy2, DDASJacPsolFn jacpsol, DDASPsolFn psol, DDASRootFn grblk, int *ng, int *jro…
H A Dscicos.c265 static int grblk(realtype t, N_Vector yy, realtype *gout, void *g_data);
1633 flag = CVodeRootInit(ode_mem, ng, grblk); in cossim()
4149 static int grblk(realtype t, N_Vector yy, realtype *gout, void *g_data) in grblk() function