Trait matrix::operation::ScaleSelf [] [src]

pub trait ScaleSelf<T> {
    fn scale_self(&mut self, _: T);
}

A scaling that overwrites the receiver with the result.

Required Methods

Perform the scaling.

Implementors