GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
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 "interpreter-private.h"
#include "interpreter.h"
#include "ov-mex-fcn.h"
#include "ov.h"
#include "ovl.h"
#include "profiler.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 (octave_mex_function &curr_mex_fcn, const octave_value_list &args, int nargout)
 

Function Documentation

◆ call_mex()