[][src]Trait nalgebra::ClosedMul

pub trait ClosedMul<Right = Self>: Mul<Right, Output = Self> + MulAssign<Right> { }

Trait alias for Mul and MulAssign with result of type Self.

Implementors

impl<T, Right> ClosedMul<Right> for T where
    T: Mul<Right, Output = T> + MulAssign<Right>, 
[src]

Loading content...