#include "octave-config.h"
#include "mexproto.h"
Go to the source code of this file.
|
#define | HAVE_OCTAVE |
|
#define | INT16_T int16_t |
|
#define | int16_T int16_t |
|
#define | INT32_T int32_t |
|
#define | int32_T int32_t |
|
#define | INT64_T int64_t |
|
#define | int64_T int64_t |
|
#define | INT8_T int8_t |
|
#define | int8_T int8_t |
|
#define | mexGetArray(nm, space) mexGetVariable (space, nm) |
|
#define | mexGetArrayPtr(nm, space) mexGetVariablePtr (space, nm) |
|
#define | mexGetEps mxGetEps |
|
#define | mexGetGlobal(nm) mexGetArray (nm, "global") |
|
#define | mexGetInf mxGetInf |
|
#define | mexGetMatrix(nm) mexGetArray (nm, "caller") |
|
#define | mexGetMatrixPtr(nm) mexGetArrayPtr (nm, "caller") |
|
#define | mexGetNaN mxGetNaN |
|
#define | mexIsFinite mxIsFinite |
|
#define | mexIsInf mxIsInf |
|
#define | mexIsNaN mxIsNaN |
|
#define | mexPutArray(ptr, space) mexPutVariable (space, "", ptr) |
|
#define | mexPutMatrix(ptr) mexPutVariable ("caller", "", ptr) |
|
#define | mxCreateFull mxCreateDoubleMatrix |
|
#define | mxCreateScalarDouble mxCreateDoubleScalar |
|
#define | mxFreeMatrix mxDestroyArray |
|
#define | mxIsString mxIsChar |
|
#define | mxMAXNAME 64 |
|
#define | UINT16_T uint16_t |
|
#define | uint16_T uint16_t |
|
#define | UINT32_T uint32_t |
|
#define | uint32_T uint32_t |
|
#define | UINT64_T uint64_t |
|
#define | uint64_T uint64_t |
|
#define | UINT8_T uint8_t |
|
#define | uint8_T uint8_t |
|
◆ HAVE_OCTAVE
Definition at line 56 of file mex.h.
◆ INT16_T
◆ int16_T
◆ INT32_T
◆ int32_T
◆ INT64_T
◆ int64_T
◆ INT8_T
◆ int8_T
◆ mexGetArray
Definition at line 92 of file mex.h.
◆ mexGetArrayPtr
Definition at line 93 of file mex.h.
◆ mexGetEps
Definition at line 84 of file mex.h.
◆ mexGetGlobal
Definition at line 88 of file mex.h.
◆ mexGetInf
Definition at line 85 of file mex.h.
◆ mexGetMatrix
Definition at line 89 of file mex.h.
◆ mexGetMatrixPtr
Definition at line 90 of file mex.h.
◆ mexGetNaN
Definition at line 86 of file mex.h.
◆ mexIsFinite
Definition at line 82 of file mex.h.
◆ mexIsInf
Definition at line 83 of file mex.h.
◆ mexIsNaN
Definition at line 81 of file mex.h.
◆ mexPutArray
Definition at line 96 of file mex.h.
◆ mexPutMatrix
Definition at line 95 of file mex.h.
◆ mxCreateFull
Definition at line 98 of file mex.h.
◆ mxCreateScalarDouble
◆ mxFreeMatrix
◆ mxIsString
◆ mxMAXNAME
Definition at line 66 of file mex.h.
◆ UINT16_T
#define UINT16_T uint16_t |
◆ uint16_T
#define uint16_T uint16_t |
◆ UINT32_T
#define UINT32_T uint32_t |
◆ uint32_T
#define uint32_T uint32_t |
◆ UINT64_T
#define UINT64_T uint64_t |
◆ uint64_T
#define uint64_T uint64_t |
◆ UINT8_T
◆ uint8_T
◆ mxArray
Definition at line 58 of file mex.h.
◆ mexFunction()
void mexFunction |
( |
int |
nlhs, |
|
|
mxArray * |
plhs[], |
|
|
int |
nrhs, |
|
|
const mxArray * |
prhs[] |
|
) |
| |