Skip to main content

Inner

Trait Inner 

Source
pub trait Inner<Rhs> {
    type Output;

    // Required method
    fn inner(self, rhs: Rhs) -> Self::Output;
}
Expand description

The left contraction inner product.

Required Associated Types§

Required Methods§

Source

fn inner(self, rhs: Rhs) -> Self::Output

Implementors§