#include <iomanip>#include <ostream>#include <sstream>#include "DASSL-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 | 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 23 of file DASSL-opts.cc.
| #define NUM_OPTIONS 8 |
Definition at line 33 of file DASSL-opts.cc.
| OCTAVE_EXPORT octave_value_list Fdassl_options | ( | const octave_value_list & | args, |
| int | |||
| ) |
Definition at line 422 of file DASSL-opts.cc.
References octave_value_list::length(), octave_stdout, print_DASSL_options(), print_usage(), set_DASSL_options(), and show_DASSL_options().
|
static |
Definition at line 71 of file DASSL-opts.cc.
References DASSL_options_table, dassl_opts, DASSL_options_struct::keyword, left, Matrix, Array< T, Alloc >::numel(), and octave_print_internal().
Referenced by Fdassl_options().
|
static |
Definition at line 202 of file DASSL-opts.cc.
References DASSL_options_table, dassl_opts, octave_value::double_value(), octave_value::int_value(), keyword_almost_match(), MAX_TOKENS, octave_value::vector_value(), and warning().
Referenced by Fdassl_options().
|
static |
Definition at line 269 of file DASSL-opts.cc.
References ColumnVector, DASSL_options_table, dassl_opts, keyword_almost_match(), MAX_TOKENS, Array< T, Alloc >::numel(), and warning().
Referenced by Fdassl_options().
|
static |
Definition at line 35 of file DASSL-opts.cc.
Referenced by print_DASSL_options(), set_DASSL_options(), and show_DASSL_options().
|
static |
Definition at line 21 of file DASSL-opts.cc.
Referenced by DEFMETHOD(), print_DASSL_options(), set_DASSL_options(), and show_DASSL_options().