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