GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "ODE.h"
Public Types | |
typedef Matrix(* | ODEJacFunc )(const ColumnVector &, double) |
typedef ColumnVector(* | ODERHSFunc )(const ColumnVector &, double) |
Protected Attributes | |
ODERHSFunc | fun |
bool | integration_error |
octave_idx_type | istate |
ODEJacFunc | jac |
bool | reset |
bool | restart |
double | stop_time |
bool | stop_time_set |
double | t |
ColumnVector | x |
|
inherited |
|
inherited |
|
inline |
Definition at line 88 of file base-de.h.
Referenced by LSODE::do_integrate(), DASPK::integrate(), DASSL::integrate(), and DASRT::integrate().
|
pure virtual |
Implemented in LSODE.
|
pure virtual |
Implemented in LSODE.
|
pure virtual |
Implemented in LSODE.
|
pure virtualinherited |
Definition at line 94 of file base-de.h.
Referenced by LSODE::do_integrate(), DASPK::integrate(), DASSL::integrate(), and DASRT::integrate().
|
inlineinherited |
|
inlineinherited |
Reimplemented in ODES, and base_diff_alg_eqn.
Definition at line 66 of file base-de.h.
References x.
Referenced by base_diff_alg_eqn::initialize().
|
inlinevirtual |
|
inlinevirtual |
Definition at line 77 of file ODE.h.
References initialize().
|
inlinevirtual |
|
inlinevirtual |
Definition at line 90 of file ODE.h.
References initialize().
|
inlinevirtual |
|
inlinevirtual |
Definition at line 105 of file ODE.h.
References initialize().
|
inlineinherited |
|
inlineinherited |
Definition at line 71 of file ODEFunc.h.
Referenced by LSODE::do_integrate().
Definition at line 43 of file ODE.h.
References ODEFunc::operator=(), and base_diff_eqn::operator=().
|
inlineinherited |
|
inlineinherited |
Definition at line 81 of file base-de.h.
Referenced by LSODE::do_integrate(), DASPK::integrate(), DASSL::integrate(), and DASRT::integrate().
|
inlineinherited |
Definition at line 75 of file base-de.h.
References x.
Referenced by LSODE::do_integrate(), DASSL::do_integrate(), DASPK::do_integrate(), DASPK::integrate(), DASSL::integrate(), and DASRT::integrate().
|
inlineinherited |
|
protectedinherited |
Definition at line 82 of file ODEFunc.h.
Referenced by ODEFunc::operator=().
|
protectedinherited |
Definition at line 114 of file base-de.h.
Referenced by LSODE::do_integrate(), DASSL::do_integrate(), DASPK::do_integrate(), DASPK::integrate(), DASSL::integrate(), DASRT::integrate(), and base_diff_eqn::operator=().
|
protectedinherited |
Definition at line 116 of file base-de.h.
Referenced by LSODE::do_integrate(), DASPK::do_integrate(), DASSL::do_integrate(), LSODE::error_message(), DASSL::error_message(), DASPK::error_message(), DASRT::error_message(), DASRT::integrate(), and base_diff_eqn::operator=().
|
protectedinherited |
Definition at line 83 of file ODEFunc.h.
Referenced by LSODE::do_integrate(), and ODEFunc::operator=().
|
protectedinherited |
Definition at line 90 of file ODEFunc.h.
Referenced by LSODE::do_integrate(), and ODEFunc::operator=().
|
protectedinherited |
Definition at line 112 of file base-de.h.
Referenced by LSODE::do_integrate(), DASSL::do_integrate(), DASPK::do_integrate(), DASRT::integrate(), and base_diff_eqn::operator=().
|
protectedinherited |
Definition at line 108 of file base-de.h.
Referenced by LSODE::do_integrate(), DASSL::do_integrate(), DASPK::do_integrate(), DASRT::integrate(), and base_diff_eqn::operator=().
|
protectedinherited |
Definition at line 110 of file base-de.h.
Referenced by LSODE::do_integrate(), DASSL::do_integrate(), DASPK::do_integrate(), DASRT::integrate(), and base_diff_eqn::operator=().
|
protectedinherited |
Definition at line 106 of file base-de.h.
Referenced by LSODE::do_integrate(), DASPK::do_integrate(), DASSL::do_integrate(), LSODE::error_message(), DASSL::error_message(), DASPK::error_message(), DASRT::error_message(), DASRT::integrate(), and base_diff_eqn::operator=().
|
protectedinherited |
Definition at line 104 of file base-de.h.
Referenced by LSODE::do_integrate(), DASSL::do_integrate(), DASPK::do_integrate(), DASPK::integrate(), DASSL::integrate(), DASRT::integrate(), and base_diff_eqn::operator=().