You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
631 B
C++
32 lines
631 B
C++
//
|
|
// Academic License - for use in teaching, academic research, and meeting
|
|
// course requirements at degree granting institutions only. Not for
|
|
// government, commercial, or other organizational use.
|
|
// File: sum.h
|
|
//
|
|
// MATLAB Coder version : 5.2
|
|
// C/C++ source code generated on : 05-Feb-2022 12:14:13
|
|
//
|
|
|
|
#ifndef SUM_H
|
|
#define SUM_H
|
|
|
|
// Include Files
|
|
#include "rtwtypes.h"
|
|
#include "coder_array.h"
|
|
#include <cstddef>
|
|
#include <cstdlib>
|
|
|
|
// Function Declarations
|
|
namespace coder {
|
|
void sum(const ::coder::array<float, 2U> &x, float y_data[], int y_size[2]);
|
|
|
|
}
|
|
|
|
#endif
|
|
//
|
|
// File trailer for sum.h
|
|
//
|
|
// [EOF]
|
|
//
|