26 #if ! defined (octave_DAERTFunc_h)
27 #define octave_DAERTFunc_h 1
29 #include "octave-config.h"
41 :
DAEFunc (), constr (nullptr), reset (true) { }
44 :
DAEFunc (
f), constr (nullptr), reset (true) { }
47 :
DAEFunc (
f, j), constr (nullptr), reset (true) { }
50 :
DAEFunc (
f), constr (cf), reset (true) { }
52 DAERTFunc (DAERHSFunc
f, DAERTConstrFunc cf, DAEJacFunc j)
53 :
DAEFunc (
f, j), constr (cf), reset (true) { }
56 :
DAEFunc (a), constr (a.constr), reset (a.reset) { }
DAEFunc & operator=(const DAEFunc &a)
DAERTConstrFunc constraint_function(void) const
DAERTFunc & set_constraint_function(DAERTConstrFunc cf)
DAERTFunc(const DAERTFunc &a)
virtual ~DAERTFunc(void)=default
DAERTFunc(DAERHSFunc f, DAEJacFunc j)
DAERTFunc(DAERHSFunc f, DAERTConstrFunc cf)
DAERTFunc(DAERHSFunc f, DAERTConstrFunc cf, DAEJacFunc j)
F77_RET_T const F77_DBLE * x
F77_RET_T const F77_DBLE const F77_DBLE * f