WithLagrangeBasis

Trait WithLagrangeBasis 

Source
pub trait WithLagrangeBasis<G: AffineRepr> {
    // Required method
    fn with_lagrange_basis(&self, domain: D<G::ScalarField>);
}

Required Methods§

Source

fn with_lagrange_basis(&self, domain: D<G::ScalarField>)

Implementors§