GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include <iomanip>
#include <iostream>
#include "LSODE-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 | LSODE_options_struct |
Macros | |
#define | MAX_TOKENS 3 |
#define | NUM_OPTIONS 8 |
Functions | |
OCTAVE_EXPORT octave_value_list | Flsode_options (const octave_value_list &args, int) |
static void | print_LSODE_options (std::ostream &os) |
static void | set_LSODE_options (const std::string &keyword, const octave_value &val) |
static octave_value_list | show_LSODE_options (const std::string &keyword) |
Variables | |
static LSODE_options_struct | LSODE_options_table [] |
static LSODE_options | lsode_opts |
#define MAX_TOKENS 3 |
Definition at line 22 of file LSODE-opts.cc.
Referenced by set_LSODE_options(), and show_LSODE_options().
#define NUM_OPTIONS 8 |
Definition at line 32 of file LSODE-opts.cc.
OCTAVE_EXPORT octave_value_list Flsode_options | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 406 of file LSODE-opts.cc.
References error(), error_state, octave_value_list::length(), octave_stdout, print_LSODE_options(), print_usage(), set_LSODE_options(), and show_LSODE_options().
|
static |
Definition at line 70 of file LSODE-opts.cc.
References LSODE_options::absolute_tolerance(), LSODE_options::initial_step_size(), LSODE_options::integration_method(), LSODE_options_struct::keyword, left, Array< T >::length(), LSODE_options_table, LSODE_options::maximum_order(), LSODE_options::maximum_step_size(), LSODE_options::minimum_step_size(), octave_print_internal(), LSODE_options::relative_tolerance(), and LSODE_options::step_limit().
Referenced by Flsode_options().
|
static |
Definition at line 189 of file LSODE-opts.cc.
References octave_value::double_value(), error_state, octave_value::int_value(), keyword_almost_match(), LSODE_options_table, MAX_TOKENS, LSODE_options::set_absolute_tolerance(), LSODE_options::set_initial_step_size(), LSODE_options::set_integration_method(), LSODE_options::set_maximum_order(), LSODE_options::set_maximum_step_size(), LSODE_options::set_minimum_step_size(), LSODE_options::set_relative_tolerance(), LSODE_options::set_step_limit(), octave_value::string_value(), octave_value::vector_value(), and warning().
Referenced by Flsode_options().
|
static |
Definition at line 264 of file LSODE-opts.cc.
References LSODE_options::absolute_tolerance(), LSODE_options::initial_step_size(), LSODE_options::integration_method(), keyword_almost_match(), Array< T >::length(), LSODE_options_table, MAX_TOKENS, LSODE_options::maximum_order(), LSODE_options::maximum_step_size(), LSODE_options::minimum_step_size(), LSODE_options::relative_tolerance(), LSODE_options::step_limit(), and warning().
Referenced by Flsode_options().
|
static |
Definition at line 34 of file LSODE-opts.cc.
Referenced by print_LSODE_options(), set_LSODE_options(), and show_LSODE_options().
|
static |
Definition at line 20 of file LSODE-opts.cc.
Referenced by Flsode().