#include "ODES.h"
Protected Attributes | |
ColumnVector | m_theta |
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 |
![]() | |
ODES_bsub | m_bsub |
ODES_fsub | m_fsub |
ODES_jsub | m_jsub |
Additional Inherited Members | |
![]() | |
typedef ColumnVector(* | ODES_bsub) (const ColumnVector &x, double, const ColumnVector &theta, int column) |
typedef ColumnVector(* | ODES_fsub) (const ColumnVector &x, double, const ColumnVector &theta) |
typedef Matrix(* | ODES_jsub) (const ColumnVector &x, double, const ColumnVector &theta) |
|
inline |
|
inline |
|
default |
void ODES::initialize | ( | const ColumnVector & | x, |
double | t | ||
) |
Definition at line 33 of file ODES.cc.
References base_diff_eqn::initialize(), m_xdot, and Array< T, Alloc >::numel().
void ODES::initialize | ( | const ColumnVector & | x, |
double | t, | ||
const ColumnVector & | theta | ||
) |
Definition at line 40 of file ODES.cc.
References base_diff_eqn::initialize(), m_theta, m_xdot, and Array< T, Alloc >::numel().
Definition at line 55 of file ODES.h.
References m_theta, m_xdot, base_diff_eqn::operator=(), and ODESFunc::operator=().
|
inline |
|
protected |
Definition at line 83 of file ODES.h.
Referenced by initialize(), and operator=().
|
protected |
Definition at line 80 of file ODES.h.
Referenced by initialize(), and operator=().