File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ /*
2+ *
3+ * gaussian_mixture_simple_initialize.c
4+ *
5+ * Code generation for function 'gaussian_mixture_simple_initialize'
6+ *
7+ */
8+
9+ /* Include files */
10+ #include "gaussian_mixture_simple_initialize.h"
11+ #include "fetch_thresholds.h"
12+ #include "fetch_thresholds_data.h"
13+ #include "rt_nonfinite.h"
14+
15+ /* Function Definitions */
16+ void gaussian_mixture_simple_initialize (void )
17+ {
18+ rt_InitInfAndNaN ();
19+ omp_init_nest_lock (& emlrtNestLockGlobal );
20+ isInitialized_gaussian_mixture_simple = true;
21+ }
22+
23+ /* End of code generation (gaussian_mixture_simple_initialize.c) */
Original file line number Diff line number Diff line change 1+ /*
2+ *
3+ * gaussian_mixture_simple_initialize.h
4+ *
5+ * Code generation for function 'gaussian_mixture_simple_initialize'
6+ *
7+ */
8+
9+ #ifndef GAUSSIAN_MIXTURE_SIMPLE_INITIALIZE_H
10+ #define GAUSSIAN_MIXTURE_SIMPLE_INITIALIZE_H
11+
12+ /* Include files */
13+ #include <stddef.h>
14+ #include <stdlib.h>
15+ #include "rtwtypes.h"
16+ #include "omp.h"
17+ #include "fetch_thresholds_types.h"
18+
19+ /* Function Declarations */
20+ extern void gaussian_mixture_simple_initialize (void );
21+
22+ #endif
23+
24+ /* End of code generation (gaussian_mixture_simple_initialize.h) */
Original file line number Diff line number Diff line change 1+ /*
2+ *
3+ * fetch_thresholds_terminate.c
4+ *
5+ * Code generation for function 'gaussian_mixture_simple_terminate'
6+ *
7+ */
8+
9+ /* Include files */
10+ #include "gaussian_mixture_simple_terminate.h"
11+ #include "fetch_thresholds.h"
12+ #include "fetch_thresholds_data.h"
13+ #include "rt_nonfinite.h"
14+
15+ /* Function Definitions */
16+ void gaussian_mixture_simple_terminate (void )
17+ {
18+ omp_destroy_nest_lock (& emlrtNestLockGlobal );
19+ isInitialized_gaussian_mixture_simple = false;
20+ }
21+
22+ /* End of code generation (gaussian_mixture_simple_terminate.c) */
Original file line number Diff line number Diff line change 1+ /*
2+ *
3+ * gaussian_mixture_simple_terminate.h
4+ *
5+ * Code generation for function 'gaussian_mixture_simple_terminate'
6+ *
7+ */
8+
9+ #ifndef GAUSSIAN_MIXTURE_SIMPLE_TERMINATE_H
10+ #define GAUSSIAN_MIXTURE_SIMPLE_TERMINATE_H
11+
12+ /* Include files */
13+ #include <stddef.h>
14+ #include <stdlib.h>
15+ #include "rtwtypes.h"
16+ #include "omp.h"
17+ #include "fetch_thresholds_types.h"
18+
19+ /* Function Declarations */
20+ extern void gaussian_mixture_simple_terminate (void );
21+
22+ #endif
23+
24+ /* End of code generation (gaussian_mixture_simple_terminate.h) */
You can’t perform that action at this time.
0 commit comments