Module interleaved_complex

Source
Expand description

Reexports for the interleaved-complex API. The differences between the API versions are documented by Mathworks here.

Modules§

mxClassID
mxComplexity

Structs§

mxComplexDouble
mxComplexInt8
mxComplexInt16
mxComplexInt32
mxComplexInt64
mxComplexSingle
mxComplexUint8
mxComplexUint16
mxComplexUint32
mxComplexUint64

Constants§

MWINDEX_MAX
MWINDEX_MIN
MWSINDEX_MAX
MWSINDEX_MIN
MWSIZE_MAX
MWSIZE_MIN
mxMAXNAM

Functions§

engClose
engEvalString
engGetVariable
engGetVisible
engOpen
engOpenSingleUse
engOutputBuffer
engPutVariable
engSetVisible
matClose
matDeleteVariable
matGetDir
matGetErrno
matGetFp
matGetNextVariable
matGetNextVariableInfo
matGetVariable
matGetVariableInfo
matOpen
matPutVariable
matPutVariableAsGlobal
mexAtExit
mexCallMATLAB
mexCallMATLABWithTrap
mexErrMsgIdAndTxt
mexErrMsgTxt
mexEvalString
mexEvalStringWithTrap
mexFunction
mexFunctionName
mexGetVariable
mexGetVariablePtr
mexIsGlobal
mexIsLocked
mexLock
mexMakeArrayPersistent
mexMakeMemoryPersistent
mexPrintAssertion
mexPrintf
mexPutVariable
mexUnlock
mexWarnMsgIdAndTxt
mexWarnMsgTxt
mxAddField
mxArrayToString
mxArrayToUTF8String
mxCalcSingleSubscript
mxCalloc
mxCreateCellArray
mxCreateCellMatrix
mxCreateCharArray
mxCreateCharMatrixFromStrings
mxCreateDoubleMatrix
mxCreateDoubleScalar
mxCreateLogicalArray
mxCreateLogicalMatrix
mxCreateLogicalScalar
mxCreateNumericArray
mxCreateNumericMatrix
mxCreateSparse
mxCreateSparseLogicalMatrix
mxCreateString
mxCreateStringFromNChars
mxCreateStructArray
mxCreateStructMatrix
mxCreateUninitNumericArray
mxCreateUninitNumericMatrix
mxDestroyArray
mxDuplicateArray
mxFree
mxGetCell
mxGetChars
mxGetClassID
mxGetClassName
mxGetComplexDoubles
mxGetComplexInt8s
mxGetComplexInt16s
mxGetComplexInt32s
mxGetComplexInt64s
mxGetComplexSingles
mxGetComplexUint8s
mxGetComplexUint16s
mxGetComplexUint32s
mxGetComplexUint64s
mxGetData
mxGetDimensions
mxGetDoubles
mxGetElementSize
mxGetEps
mxGetField
mxGetFieldByNumber
mxGetFieldNameByNumber
mxGetFieldNumber
mxGetInf
mxGetInt8s
mxGetInt16s
mxGetInt32s
mxGetInt64s
mxGetIr
mxGetJc
mxGetLogicals
mxGetM
mxGetN
mxGetNChars
mxGetNaN
mxGetNumberOfDimensions
mxGetNumberOfElements
mxGetNumberOfFields
mxGetNzmax
mxGetPr
mxGetProperty
mxGetScalar
mxGetSingles
mxGetString
mxGetUint8s
mxGetUint16s
mxGetUint32s
mxGetUint64s
mxGetUserBits
mxIsCell
mxIsChar
mxIsClass
mxIsComplex
mxIsDouble
mxIsEmpty
mxIsFinite
mxIsFromGlobalWS
mxIsFunctionHandle
mxIsInf
mxIsInt8
mxIsInt16
mxIsInt32
mxIsInt64
mxIsLogical
mxIsLogicalScalar
mxIsLogicalScalarTrue
mxIsNaN
mxIsNumeric
mxIsObject
mxIsOpaque
mxIsScalar
mxIsSingle
mxIsSparse
mxIsStruct
mxIsUint8
mxIsUint16
mxIsUint32
mxIsUint64
mxMakeArrayComplex
mxMakeArrayReal
mxMalloc
mxRealloc
mxRemoveField
mxSetCell
mxSetClassName
mxSetComplexDoubles
mxSetComplexInt8s
mxSetComplexInt16s
mxSetComplexInt32s
mxSetComplexInt64s
mxSetComplexSingles
mxSetComplexUint8s
mxSetComplexUint16s
mxSetComplexUint32s
mxSetComplexUint64s
mxSetData
mxSetDimensions
mxSetDoubles
mxSetField
mxSetFieldByNumber
mxSetFromGlobalWS
mxSetInt8s
mxSetInt16s
mxSetInt32s
mxSetInt64s
mxSetIr
mxSetJc
mxSetM
mxSetN
mxSetNzmax
mxSetPr
mxSetProperty
mxSetSingles
mxSetUint8s
mxSetUint16s
mxSetUint32s
mxSetUint64s
mxSetUserBits

Type Aliases§

Engine
FILE
MATFile
matError
mex_exit_fn
mwIndex
mwSignedIndex
mwSize
mxArray
Forward declaration for mxArray
mxChar
Required for Unicode support in MATLAB
mxFunctionPtr
MEX-file entry point type
mxLogical
Logical type