23 #if !defined (octave_DASRT_h)
24 #define octave_DASRT_h 1
37 :
x (), xdot (), t () { }
40 :
x (xx), xdot (xxdot), t (tt) { }
43 :
x (r.
x), xdot (r.xdot), t (r.t) { }
77 liw (0), lrw (0), ng (0), info (), iwork (), jroot (), rwork (),
78 abs_tol (), rel_tol ()
83 liw (0), lrw (0), ng (0), info (), iwork (), jroot (), rwork (),
84 abs_tol (), rel_tol ()
90 liw (0), lrw (0), ng (0), info (), iwork (), jroot (), rwork (),
91 abs_tol (), rel_tol ()
101 std::string error_message (
void)
const;
121 void integrate (
double t);
Array< octave_idx_type > iwork
DASRT_result(const Matrix &xx, const Matrix &xxdot, const ColumnVector &tt)
ColumnVector & operator=(const ColumnVector &a)
F77_RET_T const double const double * f
DASRT(const ColumnVector &s, const ColumnVector &deriv, double tm, DAERTFunc &f)
ColumnVector times(void) const
Array< octave_idx_type > info
Array< octave_idx_type > jroot
DASRT(const ColumnVector &s, double tm, DAERTFunc &f)
DASRT_result(const DASRT_result &r)
F77_RET_T const double * x