#include "DASSL-opts.h"
Definition at line 14 of file DASSL-opts.h.
◆ DASSL_options() [1/2]
DASSL_options::DASSL_options |
( |
| ) |
|
|
inline |
◆ DASSL_options() [2/2]
◆ ~DASSL_options()
DASSL_options::~DASSL_options |
( |
| ) |
|
|
inline |
◆ absolute_tolerance()
Array<double> DASSL_options::absolute_tolerance |
( |
| ) |
const |
|
inline |
◆ compute_consistent_initial_condition()
octave_idx_type DASSL_options::compute_consistent_initial_condition |
( |
| ) |
const |
|
inline |
◆ enforce_nonnegativity_constraints()
◆ init()
void DASSL_options::init |
( |
| ) |
|
|
inline |
◆ initial_step_size()
double DASSL_options::initial_step_size |
( |
| ) |
const |
|
inline |
◆ maximum_order()
◆ maximum_step_size()
double DASSL_options::maximum_step_size |
( |
| ) |
const |
|
inline |
◆ operator=()
◆ relative_tolerance()
Array<double> DASSL_options::relative_tolerance |
( |
| ) |
const |
|
inline |
◆ set_absolute_tolerance() [1/2]
void DASSL_options::set_absolute_tolerance |
( |
const Array< double > & |
val | ) |
|
|
inline |
◆ set_absolute_tolerance() [2/2]
void DASSL_options::set_absolute_tolerance |
( |
double |
val | ) |
|
|
inline |
◆ set_compute_consistent_initial_condition()
void DASSL_options::set_compute_consistent_initial_condition |
( |
octave_idx_type |
val | ) |
|
|
inline |
◆ set_default_options()
void DASSL_options::set_default_options |
( |
| ) |
|
|
inline |
◆ set_enforce_nonnegativity_constraints()
void DASSL_options::set_enforce_nonnegativity_constraints |
( |
octave_idx_type |
val | ) |
|
|
inline |
◆ set_initial_step_size()
void DASSL_options::set_initial_step_size |
( |
double |
val | ) |
|
|
inline |
◆ set_maximum_order()
◆ set_maximum_step_size()
void DASSL_options::set_maximum_step_size |
( |
double |
val | ) |
|
|
inline |
◆ set_options()
◆ set_relative_tolerance() [1/2]
void DASSL_options::set_relative_tolerance |
( |
const Array< double > & |
val | ) |
|
|
inline |
◆ set_relative_tolerance() [2/2]
void DASSL_options::set_relative_tolerance |
( |
double |
val | ) |
|
|
inline |
◆ set_step_limit()
◆ step_limit()
◆ m_reset
bool DASSL_options::m_reset |
|
protected |
The documentation for this class was generated from the following file: