23 #if !defined (octave_ODEFunc_h)
24 #define octave_ODEFunc_h 1
38 : fun (0), jac (0), reset (true) { }
41 : fun (f), jac (0), reset (true) { }
44 : fun (f), jac (j), reset (true) { }
47 : fun (a.fun), jac (a.jac), reset (true) { }
62 ODERHSFunc
function (
void)
const {
return fun; }
73 ODEFunc& set_jacobian_function (ODEJacFunc j)