GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "LSODE-opts.h"
Public Member Functions | |
LSODE_options (void) | |
LSODE_options (const LSODE_options &opt) | |
~LSODE_options (void) | |
Array< double > | absolute_tolerance (void) const |
void | init (void) |
double | initial_step_size (void) const |
std::string | integration_method (void) const |
octave_idx_type | maximum_order (void) const |
double | maximum_step_size (void) const |
double | minimum_step_size (void) const |
LSODE_options & | operator= (const LSODE_options &opt) |
double | relative_tolerance (void) const |
void | set_absolute_tolerance (double val) |
void | set_absolute_tolerance (const Array< double > &val) |
void | set_default_options (void) |
void | set_initial_step_size (double val) |
void | set_integration_method (const std::string &val) |
void | set_maximum_order (octave_idx_type val) |
void | set_maximum_step_size (double val) |
void | set_minimum_step_size (double val) |
void | set_options (const LSODE_options &opt) |
void | set_relative_tolerance (double val) |
void | set_step_limit (octave_idx_type val) |
octave_idx_type | step_limit (void) const |
Protected Attributes | |
bool | reset |
Definition at line 13 of file LSODE-opts.h.
|
inline |
Definition at line 18 of file LSODE-opts.h.
|
inline |
Definition at line 32 of file LSODE-opts.h.
|
inline |
Definition at line 62 of file LSODE-opts.h.
Definition at line 132 of file LSODE-opts.h.
Referenced by LSODE::do_integrate(), print_LSODE_options(), and show_LSODE_options().
Definition at line 64 of file LSODE-opts.h.
Definition at line 141 of file LSODE-opts.h.
Referenced by LSODE::do_integrate(), print_LSODE_options(), and show_LSODE_options().
|
inline |
Definition at line 138 of file LSODE-opts.h.
Referenced by LSODE::do_integrate(), print_LSODE_options(), and show_LSODE_options().
|
inline |
Definition at line 144 of file LSODE-opts.h.
Referenced by LSODE::do_integrate(), print_LSODE_options(), and show_LSODE_options().
Definition at line 147 of file LSODE-opts.h.
Referenced by LSODE::do_integrate(), print_LSODE_options(), and show_LSODE_options().
Definition at line 150 of file LSODE-opts.h.
Referenced by LSODE::do_integrate(), print_LSODE_options(), and show_LSODE_options().
|
inline |
Definition at line 44 of file LSODE-opts.h.
References reset, x_absolute_tolerance, x_initial_step_size, x_integration_method, x_maximum_order, x_maximum_step_size, x_minimum_step_size, x_relative_tolerance, and x_step_limit.
Definition at line 135 of file LSODE-opts.h.
Referenced by LSODE::do_integrate(), print_LSODE_options(), and show_LSODE_options().
Definition at line 93 of file LSODE-opts.h.
Referenced by set_LSODE_options().
Definition at line 100 of file LSODE-opts.h.
Definition at line 91 of file LSODE-opts.h.
Definition at line 118 of file LSODE-opts.h.
Referenced by set_LSODE_options().
|
inline |
Definition at line 106 of file LSODE-opts.h.
References current_liboctave_error_handler.
Referenced by set_LSODE_options().
|
inline |
Definition at line 121 of file LSODE-opts.h.
Referenced by set_LSODE_options().
Definition at line 124 of file LSODE-opts.h.
Referenced by set_LSODE_options().
Definition at line 127 of file LSODE-opts.h.
Referenced by set_LSODE_options().
|
inline |
Definition at line 78 of file LSODE-opts.h.
References reset, x_absolute_tolerance, x_initial_step_size, x_integration_method, x_maximum_order, x_maximum_step_size, x_minimum_step_size, x_relative_tolerance, and x_step_limit.
Referenced by Flsode().
Definition at line 103 of file LSODE-opts.h.
Referenced by set_LSODE_options().
|
inline |
Definition at line 130 of file LSODE-opts.h.
Referenced by set_LSODE_options().
|
inline |
Definition at line 153 of file LSODE-opts.h.
Referenced by LSODE::do_integrate(), print_LSODE_options(), and show_LSODE_options().
|
protected |
Definition at line 169 of file LSODE-opts.h.
Referenced by LSODE::do_integrate(), operator=(), and set_options().
Definition at line 158 of file LSODE-opts.h.
Referenced by operator=(), and set_options().
|
private |
Definition at line 161 of file LSODE-opts.h.
Referenced by operator=(), and set_options().
|
private |
Definition at line 160 of file LSODE-opts.h.
Referenced by operator=(), and set_options().
|
private |
Definition at line 162 of file LSODE-opts.h.
Referenced by operator=(), and set_options().
|
private |
Definition at line 163 of file LSODE-opts.h.
Referenced by operator=(), and set_options().
|
private |
Definition at line 164 of file LSODE-opts.h.
Referenced by operator=(), and set_options().
|
private |
Definition at line 159 of file LSODE-opts.h.
Referenced by operator=(), and set_options().
|
private |
Definition at line 165 of file LSODE-opts.h.
Referenced by operator=(), and set_options().