GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include <iomanip>
#include <iostream>
#include "DASSL-opts.h"
#include "defun.h"
#include "pr-output.h"
#include "oct-obj.h"
#include "utils.h"
#include "pager.h"
Go to the source code of this file.
Classes | |
struct | DASSL_options_struct |
Macros | |
#define | MAX_TOKENS 4 |
#define | NUM_OPTIONS 8 |
Functions | |
OCTAVE_EXPORT octave_value_list | Fdassl_options (const octave_value_list &args, int) |
static void | print_DASSL_options (std::ostream &os) |
static void | set_DASSL_options (const std::string &keyword, const octave_value &val) |
static octave_value_list | show_DASSL_options (const std::string &keyword) |
Variables | |
static DASSL_options_struct | DASSL_options_table [] |
static DASSL_options | dassl_opts |
#define MAX_TOKENS 4 |
Definition at line 22 of file DASSL-opts.cc.
Referenced by set_DASSL_options(), and show_DASSL_options().
#define NUM_OPTIONS 8 |
Definition at line 32 of file DASSL-opts.cc.
OCTAVE_EXPORT octave_value_list Fdassl_options | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 424 of file DASSL-opts.cc.
References error(), error_state, octave_value_list::length(), octave_stdout, print_DASSL_options(), print_usage(), set_DASSL_options(), and show_DASSL_options().
|
static |
Definition at line 70 of file DASSL-opts.cc.
References DASSL_options::absolute_tolerance(), DASSL_options::compute_consistent_initial_condition(), DASSL_options_table, DASSL_options::enforce_nonnegativity_constraints(), DASSL_options::initial_step_size(), DASSL_options_struct::keyword, left, Array< T >::length(), DASSL_options::maximum_order(), DASSL_options::maximum_step_size(), octave_print_internal(), DASSL_options::relative_tolerance(), and DASSL_options::step_limit().
Referenced by Fdassl_options().
|
static |
Definition at line 201 of file DASSL-opts.cc.
References DASSL_options_table, octave_value::double_value(), error_state, octave_value::int_value(), keyword_almost_match(), MAX_TOKENS, DASSL_options::set_absolute_tolerance(), DASSL_options::set_compute_consistent_initial_condition(), DASSL_options::set_enforce_nonnegativity_constraints(), DASSL_options::set_initial_step_size(), DASSL_options::set_maximum_order(), DASSL_options::set_maximum_step_size(), DASSL_options::set_relative_tolerance(), DASSL_options::set_step_limit(), octave_value::vector_value(), and warning().
Referenced by Fdassl_options().
|
static |
Definition at line 276 of file DASSL-opts.cc.
References DASSL_options::absolute_tolerance(), DASSL_options::compute_consistent_initial_condition(), DASSL_options_table, DASSL_options::enforce_nonnegativity_constraints(), DASSL_options::initial_step_size(), keyword_almost_match(), Array< T >::length(), MAX_TOKENS, DASSL_options::maximum_order(), DASSL_options::maximum_step_size(), DASSL_options::relative_tolerance(), DASSL_options::step_limit(), and warning().
Referenced by Fdassl_options().
|
static |
Definition at line 34 of file DASSL-opts.cc.
Referenced by print_DASSL_options(), set_DASSL_options(), and show_DASSL_options().
|
static |
Definition at line 20 of file DASSL-opts.cc.
Referenced by Fdassl().