#include <iomanip>
#include <ostream>
#include <sstream>
#include "LSODE-opts.h"
#include "defun.h"
#include "pr-output.h"
#include "ovl.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 11 |
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 23 of file LSODE-opts.cc.
#define NUM_OPTIONS 11 |
Definition at line 33 of file LSODE-opts.cc.
OCTAVE_EXPORT octave_value_list Flsode_options | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 524 of file LSODE-opts.cc.
References octave_value_list::length(), octave_stdout, print_LSODE_options(), print_usage(), set_LSODE_options(), and show_LSODE_options().
|
static |
Definition at line 83 of file LSODE-opts.cc.
References LSODE_options_struct::keyword, left, LSODE_options_table, lsode_opts, Matrix, Array< T, Alloc >::numel(), and octave_print_internal().
Referenced by Flsode_options().
|
static |
Definition at line 236 of file LSODE-opts.cc.
References octave_value::double_value(), octave_value::int_value(), keyword_almost_match(), LSODE_options_table, lsode_opts, MAX_TOKENS, octave_value::string_value(), octave_value::vector_value(), and warning().
Referenced by Flsode_options().
|
static |
Definition at line 324 of file LSODE-opts.cc.
References ColumnVector, keyword_almost_match(), LSODE_options_table, lsode_opts, MAX_TOKENS, Array< T, Alloc >::numel(), and warning().
Referenced by Flsode_options().
|
static |
Definition at line 35 of file LSODE-opts.cc.
Referenced by print_LSODE_options(), set_LSODE_options(), and show_LSODE_options().
|
static |
Definition at line 21 of file LSODE-opts.cc.
Referenced by DEFMETHOD(), print_LSODE_options(), set_LSODE_options(), and show_LSODE_options().