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