GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
LSODE-opts.cc File Reference
#include <iomanip>
#include <ostream>
#include <sstream>
#include "LSODE-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.

Macros

#define MAX_TOKENS   3
 
#define NUM_OPTIONS   11
 

Functions

octave_value_list Flsode_options (const octave_value_list &args, int)
 

Macro Definition Documentation

◆ MAX_TOKENS

#define MAX_TOKENS   3

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

◆ NUM_OPTIONS

#define NUM_OPTIONS   11

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

Function Documentation

◆ Flsode_options()

octave_value_list Flsode_options ( const octave_value_list args,
int   
)

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

References octave_value::length(), and print_usage().