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

#include <polynomial.hpp>

Public Member Functions

ContiguousVectorWriteProxyToperator= (const VectorField< Params_ > &v)
 
 operator VectorField< Params_ > () const
 

Public Attributes

Polynomialself
 
size_t base
 

Detailed Description

template<typename Fr>
template<typename Params_>
struct bb::Polynomial< Fr >::ContiguousVectorWriteProxyT< Params_ >

Definition at line 492 of file polynomial.hpp.

Member Function Documentation

◆ operator VectorField< Params_ >()

template<typename Fr >
template<typename Params_ >
bb::Polynomial< Fr >::ContiguousVectorWriteProxyT< Params_ >::operator VectorField< Params_ > ( ) const
inline

Definition at line 500 of file polynomial.hpp.

◆ operator=()

template<typename Fr >
template<typename Params_ >
ContiguousVectorWriteProxyT & bb::Polynomial< Fr >::ContiguousVectorWriteProxyT< Params_ >::operator= ( const VectorField< Params_ > &  v)
inline

Definition at line 495 of file polynomial.hpp.

Member Data Documentation

◆ base

template<typename Fr >
template<typename Params_ >
size_t bb::Polynomial< Fr >::ContiguousVectorWriteProxyT< Params_ >::base

Definition at line 494 of file polynomial.hpp.

◆ self

template<typename Fr >
template<typename Params_ >
Polynomial* bb::Polynomial< Fr >::ContiguousVectorWriteProxyT< Params_ >::self

Definition at line 493 of file polynomial.hpp.


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