Trait DimMul
nalgebra::base::dimension
pub trait DimMul<D: Dim>: Dim { type Output: Dim; fn mul(self, other: D) -> Self::Output; }
type Output: Dim
fn mul(self, other: D) -> Self::Output
impl<D1: DimName, D2: DimName> DimMul<D2> for D1 where D1::Value: Mul<D2::Value>, Prod<D1::Value, D2::Value>: NamedDim,
type Output = <Prod<D1::Value, D2::Value> as NamedDim>::Name
fn mul(self, _: D2) -> Self::Output
impl<D: Dim> DimMul<D> for Dynamic
type Output = Dynamic
fn mul(self, other: D) -> Dynamic
impl<D: DimName> DimMul<Dynamic> for D
fn mul(self, other: Dynamic) -> Dynamic