Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
bb::polynomial_arithmetic::LagrangeEvaluations< Fr > Struct Template Reference

#include <polynomial_arithmetic.hpp>

Public Attributes

Fr vanishing_poly
 
Fr l_start
 
Fr l_end
 

Detailed Description

template<typename Fr>
struct bb::polynomial_arithmetic::LagrangeEvaluations< Fr >

Definition at line 16 of file polynomial_arithmetic.hpp.

Member Data Documentation

◆ l_end

template<typename Fr >
Fr bb::polynomial_arithmetic::LagrangeEvaluations< Fr >::l_end

Definition at line 19 of file polynomial_arithmetic.hpp.

◆ l_start

template<typename Fr >
Fr bb::polynomial_arithmetic::LagrangeEvaluations< Fr >::l_start

Definition at line 18 of file polynomial_arithmetic.hpp.

◆ vanishing_poly

template<typename Fr >
Fr bb::polynomial_arithmetic::LagrangeEvaluations< Fr >::vanishing_poly

Definition at line 17 of file polynomial_arithmetic.hpp.


The documentation for this struct was generated from the following file: