#include <ODES.h>
Inherits base_diff_eqn, and ODESFunc.
Public Member Functions | |
ODESFunc () | |
theta () | |
ODESFunc (f) | |
xdot (s.length(), 0.0) | |
theta () | |
ODES (const ColumnVector &s, const ColumnVector &xtheta, double tm, ODESFunc &f) | |
ODESFunc (a) | |
theta (a.theta) | |
ODES & | operator= (const ODES &a) |
~ODES (void) | |
ColumnVector | parameter_vector (void) |
void | initialize (const ColumnVector &x, double t) |
void | initialize (const ColumnVector &x, double t, const ColumnVector &theta) |
Public Attributes | |
__pad0__: base_diff_eqn () | |
__pad1__: base_diff_eqn (s | |
tm | |
__pad2__: base_diff_eqn (a) | |
Protected Attributes | |
ColumnVector | xdot |
ColumnVector | theta |
ODES::ODES | ( | const ColumnVector & | s, | |
const ColumnVector & | xtheta, | |||
double | tm, | |||
ODESFunc & | f | |||
) | [inline] |
ODES::~ODES | ( | void | ) | [inline] |
void ODES::initialize | ( | const ColumnVector & | x, | |
double | t, | |||
const ColumnVector & | theta | |||
) |
void ODES::initialize | ( | const ColumnVector & | x, | |
double | t | |||
) |
Reimplemented from base_diff_eqn.
ODES::ODESFunc | ( | a | ) |
ODES::ODESFunc | ( | f | ) |
ODES::ODESFunc | ( | void | ) |
ColumnVector ODES::parameter_vector | ( | void | ) | [inline] |
ODES::theta | ( | a. | theta | ) | [inline] |
ODES::theta | ( | ) | [inline] |
ODES::theta | ( | ) | [inline] |
ODES::xdot | ( | s. | length(), | |
0. | 0 | |||
) |
ColumnVector ODES::theta [protected] |
ColumnVector ODES::xdot [protected] |