Skip to main content

chebyshev_normalize

Function chebyshev_normalize 

Source
pub fn chebyshev_normalize<T: Float, V: VecFloatOps<T> + VecN<T> + SignedNumberOps<T>>(
    a: V,
) -> V
Expand description

returns a Chebyshev normalized unit vector of a (where the normalization projects onto the unit cube)