26 #if ! defined (octave_LSODE_h)
27 #define octave_LSODE_h 1
29 #include "octave-config.h"
44 m_itask (0), m_iopt (0), m_itol (0), m_liw (0), m_lrw (0),
45 m_iwork (), m_rwork (), m_rel_tol (0.0), m_abs_tol () { }
49 m_method_flag (0), m_itask (0), m_iopt (0), m_itol (0), m_liw (0),
50 m_lrw (0), m_iwork (), m_rwork (), m_rel_tol (0.0), m_abs_tol () { }
52 OCTAVE_DEFAULT_COPY_MOVE_DELETE (
LSODE)
60 std::string error_message ()
const;
66 octave_f77_int_type m_method_flag;
67 octave_f77_int_type m_itask;
68 octave_f77_int_type m_iopt;
69 octave_f77_int_type m_itol;
71 octave_f77_int_type m_liw;
72 octave_f77_int_type m_lrw;
LSODE(const ColumnVector &s, double tm, const ODEFunc &f)
F77_RET_T const F77_DBLE const F77_DBLE * f