33 lines
848 B
C
33 lines
848 B
C
//
|
|
// File: cwt_emxAPI.h
|
|
//
|
|
// MATLAB Coder version : 4.3
|
|
// C/C++ source code generated on : 30-Mar-2020 11:59:32
|
|
//
|
|
#ifndef CWT_EMXAPI_H
|
|
#define CWT_EMXAPI_H
|
|
|
|
// Include Files
|
|
#include <cstddef>
|
|
#include <cstdlib>
|
|
#include "rtwtypes.h"
|
|
#include "omp.h"
|
|
#include "cwt_types.h"
|
|
|
|
// Function Declarations
|
|
extern emxArray_real_T *emxCreateND_real_T(int numDimensions, const int *size);
|
|
extern emxArray_real_T *emxCreateWrapperND_real_T(double *data, int
|
|
numDimensions, const int *size);
|
|
extern emxArray_real_T *emxCreateWrapper_real_T(double *data, int rows, int cols);
|
|
extern emxArray_real_T *emxCreate_real_T(int rows, int cols);
|
|
extern void emxDestroyArray_real_T(emxArray_real_T *emxArray);
|
|
extern void emxInitArray_real_T(emxArray_real_T **pEmxArray, int numDimensions);
|
|
|
|
#endif
|
|
|
|
//
|
|
// File trailer for cwt_emxAPI.h
|
|
//
|
|
// [EOF]
|
|
//
|