[][src]Trait adtensor::ReduceMul

pub trait ReduceMul {
    type Output;
    fn reducemul(&self) -> Self::Output;
}

Associated Types

type Output

Loading content...

Required methods

fn reducemul(&self) -> Self::Output

Loading content...

Implementations on Foreign Types

impl<V> ReduceMul for TArr<V, ATerm>[src]

type Output = V

impl<V, A> ReduceMul for TArr<V, A> where
    A: ReduceMul,
    V: Mul<ReduceProd<A>>, 
[src]

type Output = Prod<V, ReduceProd<A>>

Loading content...

Implementors

Loading content...