GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include <iomanip>
#include <iostream>
#include "Quad-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 | Quad_options_struct |
Macros | |
#define | MAX_TOKENS 4 |
#define | NUM_OPTIONS 4 |
Functions | |
OCTAVE_EXPORT octave_value_list | Fquad_options (const octave_value_list &args, int) |
static void | print_Quad_options (std::ostream &os) |
static void | set_Quad_options (const std::string &keyword, const octave_value &val) |
static octave_value_list | show_Quad_options (const std::string &keyword) |
Variables | |
static Quad_options_struct | Quad_options_table [] |
static Quad_options | quad_opts |
#define MAX_TOKENS 4 |
Definition at line 22 of file Quad-opts.cc.
Referenced by set_Quad_options(), and show_Quad_options().
#define NUM_OPTIONS 4 |
Definition at line 32 of file Quad-opts.cc.
OCTAVE_EXPORT octave_value_list Fquad_options | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 234 of file Quad-opts.cc.
References error(), error_state, octave_value_list::length(), octave_stdout, print_Quad_options(), print_usage(), set_Quad_options(), and show_Quad_options().
|
static |
Definition at line 54 of file Quad-opts.cc.
References Quad_options::absolute_tolerance(), Quad_options_struct::keyword, left, Quad_options_table, Quad_options::relative_tolerance(), Quad_options::single_precision_absolute_tolerance(), and Quad_options::single_precision_relative_tolerance().
Referenced by Fquad_options().
|
static |
Definition at line 117 of file Quad-opts.cc.
References octave_value::double_value(), error_state, octave_value::float_value(), keyword_almost_match(), MAX_TOKENS, Quad_options_table, Quad_options::set_absolute_tolerance(), Quad_options::set_relative_tolerance(), Quad_options::set_single_precision_absolute_tolerance(), Quad_options::set_single_precision_relative_tolerance(), and warning().
Referenced by Fquad_options().
|
static |
Definition at line 160 of file Quad-opts.cc.
References Quad_options::absolute_tolerance(), keyword_almost_match(), MAX_TOKENS, Quad_options_table, Quad_options::relative_tolerance(), Quad_options::single_precision_absolute_tolerance(), Quad_options::single_precision_relative_tolerance(), and warning().
Referenced by Fquad_options().
|
static |
Definition at line 34 of file Quad-opts.cc.
Referenced by print_Quad_options(), set_Quad_options(), and show_Quad_options().
|
static |
Definition at line 20 of file Quad-opts.cc.
Referenced by Fquad().