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