GNU Octave  4.2.1
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
Functions
ov-mex-fcn.cc File Reference
#include "oct-shlib.h"
#include "call-stack.h"
#include <defaults.h>
#include "dynamic-ld.h"
#include "error.h"
#include "errwarn.h"
#include "ovl.h"
#include "ov-mex-fcn.h"
#include "ov.h"
#include "profiler.h"
#include "interpreter.h"
#include "unwind-prot.h"
Include dependency graph for ov-mex-fcn.cc:

Go to the source code of this file.

Functions

octave_value_list call_mex (bool have_fmex, void *f, const octave_value_list &args, int nargout, octave_mex_function *curr_mex_fcn)
 

Function Documentation

octave_value_list call_mex ( bool  have_fmex,
void *  f,
const octave_value_list args,
int  nargout,
octave_mex_function curr_mex_fcn 
)