|
SHOGUN
v3.2.0
|
Go to the source code of this file.
Functions | |
| float64_t | givens_stack (float64_t *A, int M, int K, int p, int q) |
| void | left_rot_stack (float64_t *A, int M, int N, int K, int p, int q, float64_t c, float64_t s) |
| void | right_rot_stack (float64_t *A, int M, int N, int K, int p, int q, float64_t c, float64_t s) |
| void | left_rot_simple (float64_t *A, int m, int n, int p, int q, float64_t c, float64_t s) |
| float64_t givens_stack | ( | float64_t * | A, |
| int | M, | ||
| int | K, | ||
| int | p, | ||
| int | q | ||
| ) |
Definition at line 63 of file JADiagOrth.cpp.
| void left_rot_simple | ( | float64_t * | A, |
| int | m, | ||
| int | n, | ||
| int | p, | ||
| int | q, | ||
| float64_t | c, | ||
| float64_t | s | ||
| ) |
Definition at line 141 of file JADiagOrth.cpp.
| void left_rot_stack | ( | float64_t * | A, |
| int | M, | ||
| int | N, | ||
| int | K, | ||
| int | p, | ||
| int | q, | ||
| float64_t | c, | ||
| float64_t | s | ||
| ) |
Definition at line 98 of file JADiagOrth.cpp.
| void right_rot_stack | ( | float64_t * | A, |
| int | M, | ||
| int | N, | ||
| int | K, | ||
| int | p, | ||
| int | q, | ||
| float64_t | c, | ||
| float64_t | s | ||
| ) |
Definition at line 119 of file JADiagOrth.cpp.