GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include <iomanip>
#include <iostream>
#include "DASRT-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 | DASRT_options_struct |
Macros | |
#define | MAX_TOKENS 3 |
#define | NUM_OPTIONS 6 |
Functions | |
OCTAVE_EXPORT octave_value_list | Fdasrt_options (const octave_value_list &args, int) |
static void | print_DASRT_options (std::ostream &os) |
static void | set_DASRT_options (const std::string &keyword, const octave_value &val) |
static octave_value_list | show_DASRT_options (const std::string &keyword) |
Variables | |
static DASRT_options_struct | DASRT_options_table [] |
static DASRT_options | dasrt_opts |
#define MAX_TOKENS 3 |
Definition at line 22 of file DASRT-opts.cc.
Referenced by set_DASRT_options(), and show_DASRT_options().
#define NUM_OPTIONS 6 |
Definition at line 32 of file DASRT-opts.cc.
OCTAVE_EXPORT octave_value_list Fdasrt_options | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 350 of file DASRT-opts.cc.
References error(), error_state, octave_value_list::length(), octave_stdout, print_DASRT_options(), print_usage(), set_DASRT_options(), and show_DASRT_options().
|
static |
Definition at line 62 of file DASRT-opts.cc.
References DASRT_options::absolute_tolerance(), DASRT_options_table, DASRT_options::initial_step_size(), DASRT_options_struct::keyword, left, Array< T >::length(), DASRT_options::maximum_order(), DASRT_options::maximum_step_size(), octave_print_internal(), DASRT_options::relative_tolerance(), and DASRT_options::step_limit().
Referenced by Fdasrt_options().
|
static |
Definition at line 169 of file DASRT-opts.cc.
References DASRT_options_table, octave_value::double_value(), error_state, octave_value::int_value(), keyword_almost_match(), MAX_TOKENS, DASRT_options::set_absolute_tolerance(), DASRT_options::set_initial_step_size(), DASRT_options::set_maximum_order(), DASRT_options::set_maximum_step_size(), DASRT_options::set_relative_tolerance(), DASRT_options::set_step_limit(), octave_value::vector_value(), and warning().
Referenced by Fdasrt_options().
|
static |
Definition at line 228 of file DASRT-opts.cc.
References DASRT_options::absolute_tolerance(), DASRT_options_table, DASRT_options::initial_step_size(), keyword_almost_match(), Array< T >::length(), MAX_TOKENS, DASRT_options::maximum_order(), DASRT_options::maximum_step_size(), DASRT_options::relative_tolerance(), DASRT_options::step_limit(), and warning().
Referenced by Fdasrt_options().
|
static |
Definition at line 34 of file DASRT-opts.cc.
Referenced by print_DASRT_options(), set_DASRT_options(), and show_DASRT_options().
|
static |
Definition at line 20 of file DASRT-opts.cc.
Referenced by Fdasrt().