Type Definition hrbf::Pow5Hrbf

source ·
pub type Pow5Hrbf<T> = Hrbf<T, Pow5<T>>;
Expand description

Shorthand for an HRBF with a x^5 kernel.