26 #if ! defined (octave_DAERTFunc_h)
27 #define octave_DAERTFunc_h 1
29 #include "octave-config.h"
41 :
DAEFunc (), m_constr (nullptr), m_reset (true) { }
44 :
DAEFunc (
f), m_constr (nullptr), m_reset (true) { }
47 :
DAEFunc (
f, j), m_constr (nullptr), m_reset (true) { }
50 :
DAEFunc (
f), m_constr (cf), m_reset (true) { }
52 DAERTFunc (DAERHSFunc
f, DAERTConstrFunc cf, DAEJacFunc j)
53 :
DAEFunc (
f, j), m_constr (cf), m_reset (true) { }
56 :
DAEFunc (a), m_constr (a.m_constr), m_reset (a.m_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
class OCTAVE_API ColumnVector