, including all inherited members.
ArcCos(const double value) | cmtk::MathUtil | [inline, static] |
ArcSin(const double value) | cmtk::MathUtil | [inline, static] |
ArcTan(const double value) | cmtk::MathUtil | [inline, static] |
ArcTan2(const double y, const double x) | cmtk::MathUtil | [inline, static] |
BetaCf(const double a, const double b, const double x) | cmtk::MathUtil | [static] |
Betai(const double a, const double b, const double x) | cmtk::MathUtil | [static] |
CheckRange(const T value, const T a, const T b) | cmtk::MathUtil | [inline, static] |
CholeskyDeterminant(const Matrix2D< T > &matrix, int n) | cmtk::MathUtil | [static] |
CompareDouble(const void *a, const void *b) | cmtk::MathUtil | [inline, static] |
CompareFloat(const void *a, const void *b) | cmtk::MathUtil | [inline, static] |
ComputeEigensystem(const Matrix2D< T > &matrix, Matrix2D< T > &eigensystem, std::vector< T > &eigenvalues) | cmtk::MathUtil | [static] |
ComputeEigenvalues(const Matrix2D< T > &matrix, std::vector< T > &eigenvalues) | cmtk::MathUtil | [static] |
Correlation(const std::vector< T > &x, const std::vector< T > &y) | cmtk::MathUtil | [static] |
Cos(const Units::Radians &radians) | cmtk::MathUtil | [inline, static] |
FPInitializeInf | cmtk::MathUtil | |
FPInitializeInf_fP | cmtk::MathUtil | |
FPInitializeInf_P | cmtk::MathUtil | |
FPInitializeNaN | cmtk::MathUtil | |
FPInitializeNaN_fP | cmtk::MathUtil | |
FPInitializeNaN_P | cmtk::MathUtil | |
GammaLn(const double xx) | cmtk::MathUtil | [static] |
GetDoubleInf() | cmtk::MathUtil | [inline, static] |
GetDoubleNaN() | cmtk::MathUtil | [inline, static] |
GetFloatInf() | cmtk::MathUtil | [inline, static] |
GetFloatNaN() | cmtk::MathUtil | [inline, static] |
GetInternalInf() | cmtk::MathUtil | [inline, private, static] |
GetInternalNaN() | cmtk::MathUtil | [inline, private, static] |
Intersect(const T aMin, const T aMax, const T bMin, const T bMax) | cmtk::MathUtil | [inline, static] |
IsNaN(const T value) | cmtk::MathUtil | [inline, static] |
Max(const int nValues, const T *Values) | cmtk::MathUtil | [inline, static] |
Mean(const unsigned int nValues, const T *values) | cmtk::MathUtil | [static] |
Mean(const std::vector< T > &values) | cmtk::MathUtil | [static] |
Min(const int nValues, const T *Values) | cmtk::MathUtil | [inline, static] |
NormalRandom(const double sigma) | cmtk::MathUtil | [inline, static] |
NormalRandom(const double sigma, const unsigned int seed) | cmtk::MathUtil | [inline, static] |
PairedTTest(const std::vector< T > &valuesX, const std::vector< T > &valuesY, T &t, T &avgX, T &avgY) | cmtk::MathUtil | [static] |
plogp(const T p) | cmtk::MathUtil | [inline, static] |
ProbabilityFromTStat(const double t, const size_t df) | cmtk::MathUtil | [static] |
Round(const T a) | cmtk::MathUtil | [inline, static] |
Self typedef | cmtk::MathUtil | [private] |
Sign(const T a) | cmtk::MathUtil | [inline, static] |
Sin(const Units::Radians &radians) | cmtk::MathUtil | [inline, static] |
Square(const T a) | cmtk::MathUtil | [inline, static] |
SVD(Matrix2D< double > *U, size_t m, size_t n, std::vector< double > *W, Matrix2D< double > *V) | cmtk::MathUtil | [static] |
SVDLinearRegression(Matrix2D< double > *U, size_t m, size_t n, std::vector< double > *W, Matrix2D< double > *V, double *b, std::vector< double > &lm_params) | cmtk::MathUtil | [static] |
Tan(const Units::Radians &radians) | cmtk::MathUtil | [inline, static] |
TStatFromCorrelation(const double r, const size_t df) | cmtk::MathUtil | [static] |
TTest(const std::vector< T > &valuesX, const std::vector< T > &valuesY, T &t) | cmtk::MathUtil | [static] |
TTest(const std::vector< T > &valuesX, const std::vector< T > &valuesY, T &t, T &avgX, T &avgY) | cmtk::MathUtil | [static] |
TTest(const std::vector< T > &valuesX, T &t, T &avgX) | cmtk::MathUtil | [static] |
UniformRandom() | cmtk::MathUtil | [static] |
Variance(const unsigned int nValues, const T *values, T mean, const bool unbiased=false) | cmtk::MathUtil | [static] |
Variance(const std::vector< T > &values, T mean, const bool unbiased=false) | cmtk::MathUtil | [static] |