aimstil
5.0.5
|
Go to the source code of this file.
Classes | |
class | til::math::Gaussian< TPrec > |
Unnormalized Gaussian. More... | |
class | til::math::Gaussian< TPrec >::StandardDeviationTooSmall |
class | til::math::IsotropicGaussianKernel< TArray, TPrec > |
Unnormalized isotropic Gaussian kernel. More... | |
Namespaces | |
til | |
Belongs to package Box Do not include directly, include til/Box.h instead. | |
til::math | |
Namespace for misc. math definitions. | |
Functions | |
template<typename T > | |
T | til::math::huber (T x, T K) |
Huber's penalty function. More... | |
template<typename T > | |
T | til::math::d_huber (T x, T K) |
Derivative of Huber's penalty function. More... | |
template<typename T > | |
T | til::math::shrink (T x, T K) |
The shrink operator if |x| > K then x +/- K else 0. More... | |