GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
ov-fcn-inline.cc File Reference
#include <istream>
#include <iostream>
#include <sstream>
#include <vector>
#include "oct-locbuf.h"
#include "call-stack.h"
#include "defun.h"
#include "error.h"
#include "errwarn.h"
#include "interpreter-private.h"
#include "interpreter.h"
#include "oct-hdf5.h"
#include "oct-map.h"
#include "ov-base.h"
#include "ov-fcn-inline.h"
#include "ov-usr-fcn.h"
#include "parse.h"
#include "pr-output.h"
#include "variables.h"
#include "byte-swap.h"
#include "ls-ascii-helper.h"
#include "ls-oct-text.h"
#include "ls-hdf5.h"
#include "ls-utils.h"
Include dependency graph for ov-fcn-inline.cc:

Go to the source code of this file.

Functions

OCTAVE_EXPORT octave_value_list Finline (const octave_value_list &args, int) the arguments of the generated function are extracted from the function itself. The generated function arguments will then be in alphabetical order. It should be noted that i and j are ignored as arguments due to the ambiguity between their use as a variable or their use as an built-in const ant. All arguments followed by a parenthesis are considered to be functions. If no arguments are found
 

Variables

OCTAVE_EXPORT octave_value_list a function taking a single argument named they are the names of the arguments of the function If the second argument is an integer ar {n}
 
OCTAVE_EXPORT octave_value_list a function taking a single argument named they are the names of the arguments of the function If the second argument is an integer the arguments are code {"x"}
 
OCTAVE_EXPORT octave_value_list a function taking a single argument named ode {x} will be created. If the second and subsequent arguments are character strings
 
OCTAVE_EXPORT octave_value_list a function taking a single argument named they are the names of the arguments of the function If the second argument is an integer the arguments are ots {}
 

Function Documentation

◆ Finline()

OCTAVE_EXPORT octave_value_list Finline ( const octave_value_list args,
int   
) const

Variable Documentation

◆ ar

OCTAVE_EXPORT octave_value_list a function taking a single argument named they are the names of the arguments of the function If the second argument is an integer ar {n}

Definition at line 694 of file ov-fcn-inline.cc.

◆ code

OCTAVE_EXPORT octave_value_list a function taking a single argument named they are the names of the arguments of the function If the second argument is an integer the arguments are code {"x"}

Definition at line 694 of file ov-fcn-inline.cc.

◆ ode

OCTAVE_EXPORT octave_value_list a function taking a single argument named ode {x} will be created. If the second and subsequent arguments are character strings

Definition at line 694 of file ov-fcn-inline.cc.

◆ ots

OCTAVE_EXPORT octave_value_list a function taking a single argument named they are the names of the arguments of the function If the second argument is an integer the arguments are ots {}

Definition at line 694 of file ov-fcn-inline.cc.