#include <stdlib.h>#include <stdio.h>#include <math.h>#include "AmbisonicUtilities.h"Defines | |
| #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 | ) |
| #define MAX | ( | a, | |||
| b | ) |
Value:
Referenced by kiss_fftndr(), kiss_fftndr_alloc(), kiss_fftndri(), and csl::AmbisonicUnitGenerator::singularValueDecomposition().
| #define SIGN | ( | a, | |||
| b | ) | ((b) < 0.0 ? -fabs(a): fabs(a)) |
Referenced by csl::AmbisonicUnitGenerator::singularValueDecomposition().
double at [static] |
double bt [static] |
double ct [static] |
double maxarg1 [static] |
double maxarg2 [static] |
1.5.8