|
Ardour
9.0-pre0-1966-gddf5c3c8b6
|
This is the complete list of members for MathUtilities, including all inherited members.
| adaptiveThreshold(std::vector< double > &data) | MathUtilities | static |
| circShift(double *data, int length, int shift) | MathUtilities | static |
| compareInt(const void *a, const void *b) | MathUtilities | static |
| factorial(int x) | MathUtilities | static |
| gcd(int a, int b) | MathUtilities | static |
| getAlphaNorm(const double *data, int len, int alpha, double *ANorm) | MathUtilities | static |
| getAlphaNorm(const std::vector< double > &data, int alpha) | MathUtilities | static |
| getFrameMinMax(const double *data, int len, double *min, double *max) | MathUtilities | static |
| getLpNorm(const std::vector< double > &data, int p) | MathUtilities | static |
| getMax(double *data, int length, double *max=0) | MathUtilities | static |
| getMax(const std::vector< double > &data, double *max=0) | MathUtilities | static |
| isPowerOfTwo(int x) | MathUtilities | static |
| mean(const double *src, int len) | MathUtilities | static |
| mean(const std::vector< double > &data, int start, int count) | MathUtilities | static |
| median(const double *src, int len) | MathUtilities | static |
| mod(double x, double y) | MathUtilities | static |
| nearestPowerOfTwo(int x) | MathUtilities | static |
| nextPowerOfTwo(int x) | MathUtilities | static |
| normalise(double *data, int length, NormaliseType n=NormaliseUnitMax) | MathUtilities | static |
| normalise(std::vector< double > &data, NormaliseType n=NormaliseUnitMax) | MathUtilities | static |
| normaliseLp(const std::vector< double > &data, int p, double threshold=1e-6) | MathUtilities | static |
| NormaliseNone enum value | MathUtilities | |
| NormaliseType enum name | MathUtilities | |
| NormaliseUnitMax enum value | MathUtilities | |
| NormaliseUnitSum enum value | MathUtilities | |
| previousPowerOfTwo(int x) | MathUtilities | static |
| princarg(double ang) | MathUtilities | static |
| round(double x) | MathUtilities | static |
| sum(const double *src, int len) | MathUtilities | static |