carl  24.04
Computer ARithmetic Library
katsura.h File Reference
Include dependency graph for katsura.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 carl
 carl is the main namespace for the library.
 
 carl::benchmarks
 

Macros

#define run_katsura_case(INDEX)   case INDEX: return katsura##INDEX<C, O, P>()
 

Functions

template<typename C , typename O , typename P >
std::vector< MultivariatePolynomial< C, O, P > > carl::benchmarks::katsura2 ()
 
template<typename C , typename O , typename P >
std::vector< MultivariatePolynomial< C, O, P > > carl::benchmarks::katsura3 ()
 
template<typename C , typename O , typename P >
std::vector< MultivariatePolynomial< C, O, P > > carl::benchmarks::katsura4 ()
 
template<typename C , typename O , typename P >
std::vector< MultivariatePolynomial< C, O, P > > carl::benchmarks::katsura5 ()
 
template<typename C , typename O , typename P >
std::vector< MultivariatePolynomial< C, O, P > > carl::benchmarks::katsura (unsigned index)
 

Detailed Description

Author
Sebastian Junges

Definition in file katsura.h.

Macro Definition Documentation

◆ run_katsura_case

#define run_katsura_case (   INDEX)    case INDEX: return katsura##INDEX<C, O, P>()

Definition at line 90 of file katsura.h.