Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef __SUM_H__
00011 #define __SUM_H__
00012
00013 #include <float.h>
00014 #include <math.h>
00015 #include <stddef.h>
00016 #include <stdlib.h>
00017 #include <string.h>
00018 #include "rt_defines.h"
00019 #include "rt_nonfinite.h"
00020
00021 #include "rtwtypes.h"
00022 #include "Optimal_affine_tracking_3d16_fast_realtime_types.h"
00023
00024
00025
00026
00027
00028
00029
00030
00031
00032
00033 extern void b_sum(const creal_T x[7776], creal_T y[6]);
00034 extern real_T c_sum(const real_T x[25]);
00035 extern void sum(const real_T x[3888], real_T y[3]);
00036 #endif
00037