|
carl
25.04
Computer ARithmetic Library
|
#include <MultiplicationTable.h>


Public Types | |
| using | Monomial = Term< Number > |
Public Member Functions | |
| BaseRepresentation ()=default | |
| BaseRepresentation (const std::vector< Monomial > &base, const MultivariatePolynomial< Number > &p) | |
| bool | is_zero () const |
| bool | contains (uint i) const |
| Number | get (uint index) const |
Data Fields | |
| K | keys |
| STL member. More... | |
| T | elements |
| STL member. More... | |
Definition at line 22 of file MultiplicationTable.h.
| using carl::BaseRepresentation< Number >::Monomial = Term<Number> |
Definition at line 23 of file MultiplicationTable.h.
|
default |
|
inline |
|
inline |
Definition at line 39 of file MultiplicationTable.h.
|
inline |
|
inline |
|
inherited |
STL member.
|
inherited |
STL member.