26 #if ! defined (octave_LSODE_h)
27 #define octave_LSODE_h 1
29 #include "octave-config.h"
34 #include "LSODE-opts.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 () { }
60 std::string error_message (
void)
const;
LSODE(const ColumnVector &s, double tm, const ODEFunc &f)
Array< double > m_abs_tol
octave_f77_int_type m_lrw
octave_f77_int_type m_liw
octave_f77_int_type m_itol
octave_f77_int_type m_method_flag
octave_f77_int_type m_iopt
octave_f77_int_type m_itask
Array< octave_f77_int_type > m_iwork
F77_RET_T const F77_DBLE const F77_DBLE * f