Go to the source code of this file.
Functions | |
static void | b_eml_xaxpy (int32_T n, real_T a, const real_T x[16], int32_T ix0, real_T y[4], int32_T iy0) |
static void | b_eml_xscal (int32_T n, real_T a, real_T x[4], int32_T ix0) |
static void | c_eml_xaxpy (int32_T n, real_T a, const real_T x[4], int32_T ix0, real_T y[16], int32_T iy0) |
static real_T | c_eml_xnrm2 (int32_T n, const real_T x[16], int32_T ix0) |
static real_T | d_eml_xnrm2 (int32_T n, const real_T x[4], int32_T ix0) |
static real_T | eml_div (real_T x, real_T y) |
static void | eml_xaxpy (int32_T n, real_T a, int32_T ix0, real_T y[16], int32_T iy0) |
static real_T | eml_xdotc (int32_T n, const real_T x[16], int32_T ix0, const real_T y[16], int32_T iy0) |
static void | eml_xgesvd (const real_T A[16], real_T U[16], real_T S[4], real_T V[16]) |
static void | eml_xrot (real_T x[16], int32_T ix0, int32_T iy0, real_T c, real_T s) |
static void | eml_xrotg (real_T *a, real_T *b, real_T *c, real_T *s) |
static void | eml_xscal (int32_T n, real_T a, real_T x[16], int32_T ix0) |
static void | eml_xswap (real_T x[16], int32_T ix0, int32_T iy0) |
void | svd (const real_T A[16], real_T U[16], real_T S[16], real_T V[16]) |
static void b_eml_xaxpy | ( | int32_T | n, |
real_T | a, | ||
const real_T | x[16], | ||
int32_T | ix0, | ||
real_T | y[4], | ||
int32_T | iy0 | ||
) | [static] |
static void b_eml_xscal | ( | int32_T | n, |
real_T | a, | ||
real_T | x[4], | ||
int32_T | ix0 | ||
) | [static] |
static void c_eml_xaxpy | ( | int32_T | n, |
real_T | a, | ||
const real_T | x[4], | ||
int32_T | ix0, | ||
real_T | y[16], | ||
int32_T | iy0 | ||
) | [static] |
static real_T c_eml_xnrm2 | ( | int32_T | n, |
const real_T | x[16], | ||
int32_T | ix0 | ||
) | [static] |
static real_T d_eml_xnrm2 | ( | int32_T | n, |
const real_T | x[4], | ||
int32_T | ix0 | ||
) | [static] |
static void eml_xaxpy | ( | int32_T | n, |
real_T | a, | ||
int32_T | ix0, | ||
real_T | y[16], | ||
int32_T | iy0 | ||
) | [static] |
static real_T eml_xdotc | ( | int32_T | n, |
const real_T | x[16], | ||
int32_T | ix0, | ||
const real_T | y[16], | ||
int32_T | iy0 | ||
) | [static] |
static void eml_xgesvd | ( | const real_T | A[16], |
real_T | U[16], | ||
real_T | S[4], | ||
real_T | V[16] | ||
) | [static] |
static void eml_xrot | ( | real_T | x[16], |
int32_T | ix0, | ||
int32_T | iy0, | ||
real_T | c, | ||
real_T | s | ||
) | [static] |
static void eml_xrotg | ( | real_T * | a, |
real_T * | b, | ||
real_T * | c, | ||
real_T * | s | ||
) | [static] |
static void eml_xscal | ( | int32_T | n, |
real_T | a, | ||
real_T | x[16], | ||
int32_T | ix0 | ||
) | [static] |
static void eml_xswap | ( | real_T | x[16], |
int32_T | ix0, | ||
int32_T | iy0 | ||
) | [static] |