#include "DAERT.h"
Additional Inherited Members | |
![]() | |
typedef ColumnVector(* | DAERTConstrFunc) (const ColumnVector &x, double t) |
![]() | |
typedef Matrix(* | DAEJacFunc) (const ColumnVector &x, const ColumnVector &xdot, double t, double cj) |
typedef ColumnVector(* | DAERHSFunc) (const ColumnVector &x, const ColumnVector &xdot, double t, octave_idx_type &ires) |
![]() | |
ColumnVector | m_xdot |
![]() | |
bool | m_integration_error |
octave_idx_type | m_istate |
bool | m_restart |
double | m_stop_time |
bool | m_stop_time_set |
double | m_t |
ColumnVector | m_x |
![]() | |
DAERTConstrFunc | m_constr |
bool | m_reset |
![]() | |
DAERHSFunc | m_fcn |
DAEJacFunc | m_jac |
bool | m_reset |
|
inline |
|
inline |
|
virtualdefault |
|
inline |
Definition at line 66 of file DAERT.h.
References base_diff_alg_eqn::initialize().
Definition at line 53 of file DAERT.h.
References base_diff_alg_eqn::operator=(), and DAERTFunc::operator=().