File: D:\TMTmethod\simulator\codegen\mex\testspline\mpower.h

    1   /*
    2    * mpower.h
    3    *
    4    * Code generation for function 'mpower'
    5    *
    6    * C source code generated on: Thu Aug 30 14:03:55 2012
    7    *
    8    */
    9   
   10   #ifndef __MPOWER_H__
   11   #define __MPOWER_H__
   12   /* Include files */
   13   #include <math.h>
   14   #include <stdlib.h>
   15   #include <string.h>
   16   #include "mwmathutil.h"
   17   
   18   #include "tmwtypes.h"
   19   #include "mex.h"
   20   #include "emlrt.h"
   21   #include "blascompat32.h"
   22   #include "rtwtypes.h"
   23   #include "testspline_types.h"
   24   
   25   /* Type Definitions */
   26   
   27   /* Named Constants */
   28   
   29   /* Variable Declarations */
   30   
   31   /* Variable Definitions */
   32   
   33   /* Function Declarations */
   34   extern void b_matrix_to_integer_power(real_T a_data[1], int32_T a_sizes[2], real_T c_data[1], int32_T c_sizes[2]);
   35   extern void b_mpower(const real_T a_data[1], const int32_T a_sizes[1], real_T b, real_T c_data[1], int32_T c_sizes[1]);
   36   extern void mpower(const real_T a_data[1], const int32_T a_sizes[2], real_T b, real_T c_data[1], int32_T c_sizes[2]);
   37   #endif
   38   /* End of code generation (mpower.h) */
   39