[][src]Trait ndarray_einsum_beta::contractors::SingletonViewer

pub trait SingletonViewer<A>: Debug {
    fn view_singleton<'a, 'b>(
        &self,
        tensor: &'b ArrayViewD<'a, A>
    ) -> ArrayViewD<'b, A>
    where
        'a: 'b,
        A: Clone + LinalgScalar
; }

Required methods

fn view_singleton<'a, 'b>(
    &self,
    tensor: &'b ArrayViewD<'a, A>
) -> ArrayViewD<'b, A> where
    'a: 'b,
    A: Clone + LinalgScalar

Loading content...

Implementors

impl<A> SingletonViewer<A> for Diagonalization[src]

impl<A> SingletonViewer<A> for Identity[src]

impl<A> SingletonViewer<A> for Permutation[src]

Loading content...