Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef __NORM_H__
00011 #define __NORM_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 real_T b_norm(const real_T x[3888]);
00034 extern real_T norm(const real_T x[1296]);
00035 #endif
00036