GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "DASRT-opts.h"
Public Member Functions | |
DASRT_options (void) | |
DASRT_options (const DASRT_options &opt) | |
~DASRT_options (void) | |
Array< double > | absolute_tolerance (void) const |
void | init (void) |
double | initial_step_size (void) const |
octave_idx_type | maximum_order (void) const |
double | maximum_step_size (void) const |
DASRT_options & | operator= (const DASRT_options &opt) |
Array< 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_maximum_order (octave_idx_type val) |
void | set_maximum_step_size (double val) |
void | set_options (const DASRT_options &opt) |
void | set_relative_tolerance (double val) |
void | set_relative_tolerance (const Array< 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 DASRT-opts.h.
|
inline |
Definition at line 18 of file DASRT-opts.h.
|
inline |
Definition at line 30 of file DASRT-opts.h.
|
inline |
Definition at line 56 of file DASRT-opts.h.
Definition at line 115 of file DASRT-opts.h.
Referenced by DASRT::integrate(), print_DASRT_options(), and show_DASRT_options().
Definition at line 58 of file DASRT-opts.h.
Definition at line 121 of file DASRT-opts.h.
Referenced by DASRT::integrate(), print_DASRT_options(), and show_DASRT_options().
|
inline |
Definition at line 124 of file DASRT-opts.h.
Referenced by DASRT::integrate(), print_DASRT_options(), and show_DASRT_options().
Definition at line 127 of file DASRT-opts.h.
Referenced by DASRT::integrate(), print_DASRT_options(), and show_DASRT_options().
|
inline |
Definition at line 40 of file DASRT-opts.h.
References reset, x_absolute_tolerance, x_initial_step_size, x_maximum_order, x_maximum_step_size, x_relative_tolerance, and x_step_limit.
Definition at line 118 of file DASRT-opts.h.
Referenced by DASRT::integrate(), print_DASRT_options(), and show_DASRT_options().
Definition at line 84 of file DASRT-opts.h.
Referenced by set_DASRT_options().
Definition at line 91 of file DASRT-opts.h.
Definition at line 82 of file DASRT-opts.h.
Definition at line 104 of file DASRT-opts.h.
Referenced by set_DASRT_options().
|
inline |
Definition at line 107 of file DASRT-opts.h.
Referenced by set_DASRT_options().
Definition at line 110 of file DASRT-opts.h.
Referenced by set_DASRT_options().
|
inline |
Definition at line 71 of file DASRT-opts.h.
References reset, x_absolute_tolerance, x_initial_step_size, x_maximum_order, x_maximum_step_size, x_relative_tolerance, and x_step_limit.
Referenced by Fdasrt().
Definition at line 94 of file DASRT-opts.h.
References Array< T >::resize().
Referenced by set_DASRT_options().
Definition at line 101 of file DASRT-opts.h.
|
inline |
Definition at line 113 of file DASRT-opts.h.
Referenced by set_DASRT_options().
|
inline |
Definition at line 130 of file DASRT-opts.h.
Referenced by DASRT::integrate(), print_DASRT_options(), and show_DASRT_options().
|
protected |
Definition at line 144 of file DASRT-opts.h.
Referenced by DASRT::integrate(), operator=(), and set_options().
Definition at line 135 of file DASRT-opts.h.
Referenced by operator=(), and set_options().
|
private |
Definition at line 137 of file DASRT-opts.h.
Referenced by operator=(), and set_options().
|
private |
Definition at line 138 of file DASRT-opts.h.
Referenced by operator=(), and set_options().
|
private |
Definition at line 139 of file DASRT-opts.h.
Referenced by operator=(), and set_options().
Definition at line 136 of file DASRT-opts.h.
Referenced by operator=(), and set_options().
|
private |
Definition at line 140 of file DASRT-opts.h.
Referenced by operator=(), and set_options().