add core files
This commit is contained in:
27
Classes/bsxfun.h
Normal file
27
Classes/bsxfun.h
Normal file
@@ -0,0 +1,27 @@
|
||||
//
|
||||
// File: bsxfun.h
|
||||
//
|
||||
// MATLAB Coder version : 4.3
|
||||
// C/C++ source code generated on : 30-Mar-2020 11:59:32
|
||||
//
|
||||
#ifndef BSXFUN_H
|
||||
#define BSXFUN_H
|
||||
|
||||
// Include Files
|
||||
#include <cstddef>
|
||||
#include <cstdlib>
|
||||
#include "rtwtypes.h"
|
||||
#include "omp.h"
|
||||
#include "cwt_types.h"
|
||||
|
||||
// Function Declarations
|
||||
extern void bsxfun(const creal_T a_data[], const int a_size[2], const
|
||||
emxArray_real_T *b, emxArray_creal_T *c);
|
||||
|
||||
#endif
|
||||
|
||||
//
|
||||
// File trailer for bsxfun.h
|
||||
//
|
||||
// [EOF]
|
||||
//
|
||||
Reference in New Issue
Block a user