CSL
6.0
|
Go to the source code of this file.
Macros | |
#define | PYTHAG(a, b) |
#define | MAX(a, b) |
#define | SIGN(a, b) ((b) < 0.0 ? -fabs(a): fabs(a)) |
Variables | |
static double | at |
static double | bt |
static double | ct |
static double | maxarg1 |
static double | maxarg2 |
#define PYTHAG | ( | a, | |
b | |||
) |
Definition at line 613 of file AmbisonicUtilities.cpp.
Referenced by csl::AmbisonicUnitGenerator::singularValueDecomposition().
#define MAX | ( | a, | |
b | |||
) |
Definition at line 617 of file AmbisonicUtilities.cpp.
Referenced by csl::AmbisonicUnitGenerator::singularValueDecomposition().
#define SIGN | ( | a, | |
b | |||
) | ((b) < 0.0 ? -fabs(a): fabs(a)) |
Definition at line 620 of file AmbisonicUtilities.cpp.
Referenced by csl::AmbisonicUnitGenerator::singularValueDecomposition().
|
static |
Definition at line 612 of file AmbisonicUtilities.cpp.
|
static |
Definition at line 612 of file AmbisonicUtilities.cpp.
|
static |
Definition at line 612 of file AmbisonicUtilities.cpp.
|
static |
Definition at line 616 of file AmbisonicUtilities.cpp.
|
static |
Definition at line 616 of file AmbisonicUtilities.cpp.