pub trait Normalize {
    fn normalize(self) -> Self;
}
Expand description

Something that could be normalized using most suitable norm.

Required Methods

Normalize object.

Implementors