[][src]Type Definition hrbf::Pow3HRBF

type Pow3HRBF<T> = HRBF<T, Pow3<T>>;

Shorthand for an HRBF with a constant x^3 kernel.