carl  24.04
Computer ARithmetic Library
GbBenchmark< C, O, P > Struct Template Reference
Collaboration diagram for GbBenchmark< C, O, P >:

Public Member Functions

 GbBenchmark (const std::string &n, const std::vector< MultivariatePolynomial< C, O, P >> &pols)
 

Data Fields

std::string name
 
std::vector< MultivariatePolynomial< C, O, P > > polynomials
 

Detailed Description

template<typename C, typename O, typename P>
struct GbBenchmark< C, O, P >

Definition at line 15 of file GroebnerExample.cpp.

Constructor & Destructor Documentation

◆ GbBenchmark()

template<typename C , typename O , typename P >
GbBenchmark< C, O, P >::GbBenchmark ( const std::string &  n,
const std::vector< MultivariatePolynomial< C, O, P >> &  pols 
)
inline

Definition at line 17 of file GroebnerExample.cpp.

Field Documentation

◆ name

template<typename C , typename O , typename P >
std::string GbBenchmark< C, O, P >::name

Definition at line 23 of file GroebnerExample.cpp.

◆ polynomials

template<typename C , typename O , typename P >
std::vector<MultivariatePolynomial<C, O, P> > GbBenchmark< C, O, P >::polynomials

Definition at line 24 of file GroebnerExample.cpp.


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