pub trait Scale<Rhs> { type Output; // Required method fn scale(self, rhs: Rhs) -> Self::Output; }
Scale a matrix rhs by self.
rhs
self