carl  24.04
Computer ARithmetic Library
carl::ConvertTo< C > Class Template Reference

#include <Converter.h>

Public Member Functions

template<typename N >
test C::Number number (const N &n)
 
C::Variable variable (Variable::Arg v)
 
C::VariablePower varpower (Variable::Arg v, std::size_t exp)
 
C::Monomial monomial (const Monomial::Arg &m)
 
template<typename N >
C::Term term (const Term< N > &t)
 
template<typename N , typename O , typename P >
C::MPolynomial mpolynomial (const MultivariatePolynomial< N, O, P > &p)
 

Private Attributes

c
 

Detailed Description

template<typename C>
class carl::ConvertTo< C >

Definition at line 28 of file Converter.h.

Member Function Documentation

◆ monomial()

template<typename C >
C::Monomial carl::ConvertTo< C >::monomial ( const Monomial::Arg m)
inline

Definition at line 42 of file Converter.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ mpolynomial()

template<typename C >
template<typename N , typename O , typename P >
C::MPolynomial carl::ConvertTo< C >::mpolynomial ( const MultivariatePolynomial< N, O, P > &  p)
inline

Definition at line 54 of file Converter.h.

Here is the call graph for this function:

◆ number()

template<typename C >
template<typename N >
test C::Number carl::ConvertTo< C >::number ( const N &  n)
inline

Definition at line 33 of file Converter.h.

Here is the caller graph for this function:

◆ term()

template<typename C >
template<typename N >
C::Term carl::ConvertTo< C >::term ( const Term< N > &  t)
inline

Definition at line 50 of file Converter.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ variable()

template<typename C >
C::Variable carl::ConvertTo< C >::variable ( Variable::Arg  v)
inline

Definition at line 36 of file Converter.h.

Here is the caller graph for this function:

◆ varpower()

template<typename C >
C::VariablePower carl::ConvertTo< C >::varpower ( Variable::Arg  v,
std::size_t  exp 
)
inline

Definition at line 39 of file Converter.h.

Here is the call graph for this function:
Here is the caller graph for this function:

Field Documentation

◆ c

template<typename C >
C carl::ConvertTo< C >::c
private

Definition at line 29 of file Converter.h.


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