#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_eig (const real_T A[4], creal_T V[4], creal_T D[4]) |
void | eig (const real_T A[9], creal_T V[9], creal_T D[9]) |
Function Documentation
void b_eig |
( |
const real_T |
A[4], |
|
|
creal_T |
V[4], |
|
|
creal_T |
D[4] |
|
) |
| |
void eig |
( |
const real_T |
A[9], |
|
|
creal_T |
V[9], |
|
|
creal_T |
D[9] |
|
) |
| |