GNU Octave  4.0.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
DASPK-opts.cc File Reference
#include <iomanip>
#include <iostream>
#include "DASPK-opts.h"
#include "defun.h"
#include "pr-output.h"
#include "oct-obj.h"
#include "utils.h"
#include "pager.h"
Include dependency graph for DASPK-opts.cc:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  DASPK_options_struct
 

Macros

#define MAX_TOKENS   6
 
#define NUM_OPTIONS   13
 

Functions

OCTAVE_EXPORT octave_value_list Fdaspk_options (const octave_value_list &args, int)
 
static void print_DASPK_options (std::ostream &os)
 
static void set_DASPK_options (const std::string &keyword, const octave_value &val)
 
static octave_value_list show_DASPK_options (const std::string &keyword)
 

Variables

static DASPK_options_struct DASPK_options_table []
 
static DASPK_options daspk_opts
 

Macro Definition Documentation

#define MAX_TOKENS   6

Definition at line 22 of file DASPK-opts.cc.

Referenced by set_DASPK_options(), and show_DASPK_options().

#define NUM_OPTIONS   13

Definition at line 32 of file DASPK-opts.cc.

Function Documentation

OCTAVE_EXPORT octave_value_list Fdaspk_options ( const octave_value_list args,
int   
)
static void print_DASPK_options ( std::ostream &  os)
static
static void set_DASPK_options ( const std::string &  keyword,
const octave_value val 
)
static
static octave_value_list show_DASPK_options ( const std::string &  keyword)
static

Variable Documentation

DASPK_options_struct DASPK_options_table[]
static

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

Referenced by print_DASPK_options(), set_DASPK_options(), and show_DASPK_options().

DASPK_options daspk_opts
static

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

Referenced by Fdaspk().