#include <octave/config.h>
#include <octave/octave.h>
#include <octave/oct-obj.h>
#include <octave/oct-map.h>
#include <octave/symtab.h>
#include "Octave.H"
#include <iostream>
#include <Eigen/Dense>
Go to the source code of this file.
|
OCTINTERP_API void | clean_up_and_exit (int, bool) |
|
OCTINTERP_API octave_value_list | feval (const string &name, const octave_value_list &args=octave_value_list(), int nargout=0) |
|
void | set_global_value (const string &nm, const octave_value &val) |
|
octave_value | get_global_value (const string &nm, bool silent=false) |
|
static void | local_exit (int) |
|
◆ BASENAME_CNT
the name max length
Definition at line 50 of file Octave.C.
◆ octave_exit_func
typedef void(* octave_exit_func) (int) |
◆ clean_up_and_exit()
OCTINTERP_API void clean_up_and_exit |
( |
int |
, |
|
|
bool |
|
|
) |
| |
◆ feval()
OCTINTERP_API octave_value_list feval |
( |
const string & |
name, |
|
|
const octave_value_list & |
args = octave_value_list() , |
|
|
int |
nargout = 0 |
|
) |
| |
◆ get_global_value()
octave_value get_global_value |
( |
const string & |
nm, |
|
|
bool |
silent = false |
|
) |
| |
◆ local_exit()
static void local_exit |
( |
int |
| ) |
|
|
static |
◆ set_global_value()
void set_global_value |
( |
const string & |
nm, |
|
|
const octave_value & |
val |
|
) |
| |
◆ octave_exit
◆ octave_interpreter_ready
OCTINTERP_API bool octave_interpreter_ready |