Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
polynomial.test.cpp File Reference
#include <cstddef>
#include <gtest/gtest.h>
#include "barretenberg/common/assert.hpp"
#include "barretenberg/polynomials/polynomial.hpp"

Go to the source code of this file.

Functions

 TEST (Polynomial, Shifted)
 
 TEST (Polynomial, Reversed)
 
 TEST (Polynomial, Share)
 
 TEST (Polynomial, Indices)
 
 TEST (Polynomial, AddScaledEdgeConditions)
 
 TEST (Polynomial, OperatorAddEdgeConditions)
 
 TEST (Polynomial, OperatorSubtractEdgeConditions)
 
 TEST (Polynomial, Full)
 

Function Documentation

◆ TEST() [1/8]

TEST ( Polynomial  ,
AddScaledEdgeConditions   
)

Definition at line 101 of file polynomial.test.cpp.

◆ TEST() [2/8]

TEST ( Polynomial  ,
Full   
)

Definition at line 177 of file polynomial.test.cpp.

◆ TEST() [3/8]

TEST ( Polynomial  ,
Indices   
)

Definition at line 90 of file polynomial.test.cpp.

◆ TEST() [4/8]

TEST ( Polynomial  ,
OperatorAddEdgeConditions   
)

Definition at line 126 of file polynomial.test.cpp.

◆ TEST() [5/8]

TEST ( Polynomial  ,
OperatorSubtractEdgeConditions   
)

Definition at line 151 of file polynomial.test.cpp.

◆ TEST() [6/8]

TEST ( Polynomial  ,
Reversed   
)

Definition at line 33 of file polynomial.test.cpp.

◆ TEST() [7/8]

TEST ( Polynomial  ,
Share   
)

Definition at line 61 of file polynomial.test.cpp.

◆ TEST() [8/8]

TEST ( Polynomial  ,
Shifted   
)

Definition at line 8 of file polynomial.test.cpp.