#include "DAE.h"
Additional Inherited Members | |
![]() | |
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 |
![]() | |
DAERHSFunc | m_fcn |
DAEJacFunc | m_jac |
bool | m_reset |
|
inline |
|
inline |
|
virtualdefault |
Definition at line 53 of file DAE.h.
References base_diff_alg_eqn::operator=(), and DAEFunc::operator=().