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

#include <polynomial.hpp>

Public Member Functions

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

Public Attributes

Polynomialself
 
std::array< size_t, 5 > idx
 

Detailed Description

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

Definition at line 470 of file polynomial.hpp.

Member Function Documentation

◆ operator VectorField< Params_ >()

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

Definition at line 478 of file polynomial.hpp.

◆ operator=()

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

Definition at line 473 of file polynomial.hpp.

Member Data Documentation

◆ idx

template<typename Fr >
template<typename Params_ >
std::array<size_t, 5> bb::Polynomial< Fr >::VectorWriteProxyT< Params_ >::idx

Definition at line 472 of file polynomial.hpp.

◆ self

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

Definition at line 471 of file polynomial.hpp.


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