#include "rt_nonfinite.h"#include "Optimal_affine_tracking_3d16_fast_realtime.h"#include "mrdivide.h"#include "mldivide.h"#include "expm.h"#include "Optimal_affine_tracking_3d16_fast_realtime_rtwutil.h"
Go to the source code of this file.
Functions | |
| static real_T | b_eml_xnrm2 (int32_T n, const real_T x[12], int32_T ix0) |
| void | b_mrdivide (const creal_T A[4], const creal_T B[4], creal_T y[4]) |
| static real_T | eml_xnrm2 (int32_T n, const real_T x[12], int32_T ix0) |
| void | mrdivide (const real_T A[12], const real_T B[12], real_T y[9]) |
| static real_T b_eml_xnrm2 | ( | int32_T | n, |
| const real_T | x[12], | ||
| int32_T | ix0 | ||
| ) | [static] |
Definition at line 31 of file mrdivide.cpp.
| void b_mrdivide | ( | const creal_T | A[4], |
| const creal_T | B[4], | ||
| creal_T | y[4] | ||
| ) |
Definition at line 95 of file mrdivide.cpp.
| static real_T eml_xnrm2 | ( | int32_T | n, |
| const real_T | x[12], | ||
| int32_T | ix0 | ||
| ) | [static] |
Definition at line 63 of file mrdivide.cpp.
| void mrdivide | ( | const real_T | A[12], |
| const real_T | B[12], | ||
| real_T | y[9] | ||
| ) |
Definition at line 147 of file mrdivide.cpp.