#include <LSODE-opts.h>
Inherited by LSODE.
LSODE_options::LSODE_options | ( | void | ) | [inline] |
Reimplemented in LSODE.
LSODE_options::LSODE_options | ( | const LSODE_options & | opt | ) | [inline] |
LSODE_options::~LSODE_options | ( | void | ) | [inline] |
void LSODE_options::copy | ( | const LSODE_options & | opt | ) | [inline] |
void LSODE_options::init | ( | void | ) | [inline] |
double LSODE_options::initial_step_size | ( | void | ) | const [inline] |
std::string LSODE_options::integration_method | ( | void | ) | const [inline] |
octave_idx_type LSODE_options::maximum_order | ( | void | ) | const [inline] |
double LSODE_options::maximum_step_size | ( | void | ) | const [inline] |
double LSODE_options::minimum_step_size | ( | void | ) | const [inline] |
LSODE_options& LSODE_options::operator= | ( | const LSODE_options & | opt | ) | [inline] |
double LSODE_options::relative_tolerance | ( | void | ) | const [inline] |
void LSODE_options::set_absolute_tolerance | ( | double | val | ) | [inline] |
void LSODE_options::set_default_options | ( | void | ) | [inline] |
void LSODE_options::set_initial_step_size | ( | double | val | ) | [inline] |
void LSODE_options::set_integration_method | ( | const std::string & | val | ) | [inline] |
void LSODE_options::set_maximum_order | ( | octave_idx_type | val | ) | [inline] |
void LSODE_options::set_maximum_step_size | ( | double | val | ) | [inline] |
void LSODE_options::set_minimum_step_size | ( | double | val | ) | [inline] |
void LSODE_options::set_options | ( | const LSODE_options & | opt | ) | [inline] |
void LSODE_options::set_relative_tolerance | ( | double | val | ) | [inline] |
void LSODE_options::set_step_limit | ( | octave_idx_type | val | ) | [inline] |
octave_idx_type LSODE_options::step_limit | ( | void | ) | const [inline] |
bool LSODE_options::reset [protected] |