#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_mldivide (const real_T A[9], const real_T B[9], real_T Y[9]) |
creal_T | c_eml_div (const creal_T x, const creal_T y) |
void | c_mldivide (const real_T A[4], const real_T B[4], real_T Y[4]) |
void | mldivide (const creal_T A[9], const creal_T B[9], creal_T Y[9]) |
void b_mldivide | ( | const real_T | A[9], |
const real_T | B[9], | ||
real_T | Y[9] | ||
) |
Definition at line 26 of file mldivide.cpp.
creal_T c_eml_div | ( | const creal_T | x, |
const creal_T | y | ||
) |
Definition at line 81 of file mldivide.cpp.
void c_mldivide | ( | const real_T | A[4], |
const real_T | B[4], | ||
real_T | Y[4] | ||
) |
Definition at line 133 of file mldivide.cpp.
void mldivide | ( | const creal_T | A[9], |
const creal_T | B[9], | ||
creal_T | Y[9] | ||
) |
Definition at line 156 of file mldivide.cpp.