pub fn chebyshev_normalize<T: Float, V: VecFloatOps<T> + VecN<T> + SignedNumberOps<T>>(
a: V,
) -> VExpand description
returns a chebyshevnormalized unit vector of a (where the normalization projects onto the unit cube)
pub fn chebyshev_normalize<T: Float, V: VecFloatOps<T> + VecN<T> + SignedNumberOps<T>>(
a: V,
) -> Vreturns a chebyshevnormalized unit vector of a (where the normalization projects onto the unit cube)