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