[][src]Trait lllreduce::DotProduct

pub trait DotProduct<BaseField> {
    type Output;
    fn dotprod(&self, other: &Self) -> BaseField;
}

Associated Types

type Output

Loading content...

Required methods

fn dotprod(&self, other: &Self) -> BaseField

Loading content...

Implementations on Foreign Types

impl DotProduct<f32> for Vec<Basetype>[src]

type Output = Basetype

Loading content...

Implementors

Loading content...