Go to the source code of this file.
Functions |
void | b_expm (real_T A[9], real_T F[9]) |
static void | b_PadeApproximantOfDegree (const real_T A[9], real_T m, real_T F[9]) |
void | c_expm (real_T A[4], real_T F[4]) |
static void | c_PadeApproximantOfDegree (const real_T A[4], real_T m, real_T F[4]) |
void | expm (creal_T A[9], creal_T F[9]) |
static void | PadeApproximantOfDegree (const creal_T A[9], real_T m, creal_T F[9]) |
static real_T | rt_powd_snf (real_T u0, real_T u1) |
Function Documentation
void b_expm |
( |
real_T |
A[9], |
|
|
real_T |
F[9] |
|
) |
| |
void c_expm |
( |
real_T |
A[4], |
|
|
real_T |
F[4] |
|
) |
| |
void expm |
( |
creal_T |
A[9], |
|
|
creal_T |
F[9] |
|
) |
| |
static real_T rt_powd_snf |
( |
real_T |
u0, |
|
|
real_T |
u1 |
|
) |
| [static] |