#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 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 23 of file LSODE-opts.cc.
#define NUM_OPTIONS 8 |
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 402 of file LSODE-opts.cc.
References octave_stdout, print_LSODE_options(), print_usage(), retval, set_LSODE_options(), and show_LSODE_options().
|
static |
Definition at line 71 of file LSODE-opts.cc.
References LSODE_options_struct::keyword, octave::left, LSODE_options_table, lsode_opts, Array< T >::numel(), and octave_print_internal().
Referenced by Flsode_options().
|
static |
Definition at line 190 of file LSODE-opts.cc.
References octave_value::double_value(), octave_value::int_value(), octave::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 257 of file LSODE-opts.cc.
References octave::keyword_almost_match(), LSODE_options_table, lsode_opts, MAX_TOKENS, Array< T >::numel(), retval, 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().