#include <float.h>#include <math.h>#include <stddef.h>#include <stdlib.h>#include <string.h>#include "rt_defines.h"#include "rt_nonfinite.h"#include "rtwtypes.h"#include "Optimal_affine_tracking_3d16_fast_realtime_types.h"

Go to the source code of this file.
Functions | |
| void | b_mrdivide (const creal_T A[4], const creal_T B[4], creal_T y[4]) |
| void | mrdivide (const real_T A[12], const real_T B[12], real_T y[9]) |
| 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.
| void mrdivide | ( | const real_T | A[12], |
| const real_T | B[12], | ||
| real_T | y[9] | ||
| ) |
Definition at line 147 of file mrdivide.cpp.