GNU Octave  3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Classes | Macros | Functions | Variables
Quad-opts.cc File Reference
#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"
Include dependency graph for Quad-opts.cc:
This graph shows which files directly or indirectly include this file:

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

Macro Definition Documentation

#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.

Function Documentation

OCTAVE_EXPORT octave_value_list Fquad_options ( const octave_value_list args,
int   
)
static void print_Quad_options ( std::ostream &  os)
static
static void set_Quad_options ( const std::string &  keyword,
const octave_value val 
)
static
static octave_value_list show_Quad_options ( const std::string &  keyword)
static

Variable Documentation

Quad_options_struct Quad_options_table[]
static
Initial value:
{
{ "absolute tolerance",
{ "absolute", "tolerance", 0, 0, 0, },
{ 1, 0, 0, 0, 0, }, 1, },
{ "relative tolerance",
{ "relative", "tolerance", 0, 0, 0, },
{ 1, 0, 0, 0, 0, }, 1, },
{ "single precision absolute tolerance",
{ "single", "precision", "absolute", "tolerance", 0, },
{ 1, 1, 1, 0, 0, }, 3, },
{ "single precision relative tolerance",
{ "single", "precision", "relative", "tolerance", 0, },
{ 1, 1, 1, 0, 0, }, 3, },
}

Definition at line 34 of file Quad-opts.cc.

Referenced by print_Quad_options(), set_Quad_options(), and show_Quad_options().

Quad_options quad_opts
static

Definition at line 20 of file Quad-opts.cc.

Referenced by Fquad().