Type Definition hrbf::Pow3Hrbf

source ·
pub type Pow3Hrbf<T> = Hrbf<T, Pow3<T>>;
Expand description

Shorthand for an HRBF with a x^3 kernel.