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