23 #if !defined (octave_DAEFunc_h)
24 #define octave_DAEFunc_h 1
47 : fun (0), jac (0), reset (true) { }
50 : fun (f), jac (0), reset (true) { }
53 : fun (f), jac (j), reset (true) { }
56 : fun (a.fun), jac (a.jac), reset (a.reset) { }
71 DAERHSFunc
function (
void)
const {
return fun; }
82 DAEFunc& set_jacobian_function (DAEJacFunc j)