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

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
 

Macro Definition Documentation

#define MAX_TOKENS   3

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

Referenced by set_LSODE_options(), and show_LSODE_options().

#define NUM_OPTIONS   8

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

Function Documentation

OCTAVE_EXPORT octave_value_list Flsode_options ( const octave_value_list args,
int   
)
static void print_LSODE_options ( std::ostream &  os)
static
static void set_LSODE_options ( const std::string &  keyword,
const octave_value val 
)
static
static octave_value_list show_LSODE_options ( const std::string &  keyword)
static

Variable Documentation

LSODE_options_struct LSODE_options_table[]
static

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

Referenced by print_LSODE_options(), set_LSODE_options(), and show_LSODE_options().

LSODE_options lsode_opts
static

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

Referenced by Flsode().