Trait array_matrix::vector::mul::VMul
source · pub trait VMul<Rhs>: Vectorwhere
Self::Output: Vector,{
type Output;
fn mul(&self, rhs: Rhs) -> Self::Output;
}
pub trait VMul<Rhs>: Vectorwhere
Self::Output: Vector,{
type Output;
fn mul(&self, rhs: Rhs) -> Self::Output;
}