28 lines
490 B
C
28 lines
490 B
C
|
|
/*
|
||
|
|
* File: C_mtrx_fcn.h
|
||
|
|
*
|
||
|
|
* MATLAB Coder version : 4.1
|
||
|
|
* C/C++ source code generated on : 25-Mar-2020 16:41:34
|
||
|
|
*/
|
||
|
|
|
||
|
|
#ifndef C_MTRX_FCN_H
|
||
|
|
#define C_MTRX_FCN_H
|
||
|
|
|
||
|
|
/* Include Files */
|
||
|
|
#include <stddef.h>
|
||
|
|
#include <stdlib.h>
|
||
|
|
#include "rtwtypes.h"
|
||
|
|
#include "C_mtrx_fcn_types.h"
|
||
|
|
|
||
|
|
/* Function Declarations */
|
||
|
|
extern void C_mtrx_fcn(const double in1[6], const double in2[6], const double
|
||
|
|
in3[60], double C_mtrx_sym[36]);
|
||
|
|
|
||
|
|
#endif
|
||
|
|
|
||
|
|
/*
|
||
|
|
* File trailer for C_mtrx_fcn.h
|
||
|
|
*
|
||
|
|
* [EOF]
|
||
|
|
*/
|