28 lines
469 B
C
28 lines
469 B
C
|
|
/*
|
||
|
|
* File: M_mtrx_fcn.h
|
||
|
|
*
|
||
|
|
* MATLAB Coder version : 4.1
|
||
|
|
* C/C++ source code generated on : 25-Mar-2020 16:38:11
|
||
|
|
*/
|
||
|
|
|
||
|
|
#ifndef M_MTRX_FCN_H
|
||
|
|
#define M_MTRX_FCN_H
|
||
|
|
|
||
|
|
/* Include Files */
|
||
|
|
#include <stddef.h>
|
||
|
|
#include <stdlib.h>
|
||
|
|
#include "rtwtypes.h"
|
||
|
|
#include "M_mtrx_fcn_types.h"
|
||
|
|
|
||
|
|
/* Function Declarations */
|
||
|
|
extern void M_mtrx_fcn(const double in1[6], const double in2[60], double
|
||
|
|
M_mtrx_sym[36]);
|
||
|
|
|
||
|
|
#endif
|
||
|
|
|
||
|
|
/*
|
||
|
|
* File trailer for M_mtrx_fcn.h
|
||
|
|
*
|
||
|
|
* [EOF]
|
||
|
|
*/
|