Struct bellman::LinearCombination [] [src]

pub struct LinearCombination<E: Engine>(_);

Methods

impl<E: Engine> LinearCombination<E>
[src]

Trait Implementations

impl<E: Engine> Clone for LinearCombination<E>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<E: Engine> Add<Variable> for LinearCombination<E>
[src]

The resulting type after applying the + operator

The method for the + operator

impl<E: Engine> Sub<Variable> for LinearCombination<E>
[src]

The resulting type after applying the - operator

The method for the - operator

impl<E: Engine> Add<(E::Fr, Variable)> for LinearCombination<E>
[src]

The resulting type after applying the + operator

The method for the + operator

impl<E: Engine> Sub<(E::Fr, Variable)> for LinearCombination<E>
[src]

The resulting type after applying the - operator

The method for the - operator

impl<'a, E: Engine> Add<&'a LinearCombination<E>> for LinearCombination<E>
[src]

The resulting type after applying the + operator

The method for the + operator

impl<'a, E: Engine> Sub<&'a LinearCombination<E>> for LinearCombination<E>
[src]

The resulting type after applying the - operator

The method for the - operator