Trait array_matrix::matrix::sub::MSub
source · pub trait MSub<Rhs: Matrix>: Matrixwhere
Self::Output: Matrix,{
type Output;
fn sub(self, rhs: Rhs) -> Self::Output;
}
pub trait MSub<Rhs: Matrix>: Matrixwhere
Self::Output: Matrix,{
type Output;
fn sub(self, rhs: Rhs) -> Self::Output;
}