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

#include <Converter.h>

Public Member Functions

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

Private Attributes

c
 

Detailed Description

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

Definition at line 62 of file Converter.h.

Member Function Documentation

◆ monomial()

template<typename C >
template<typename M >
Monomial::Arg carl::ConvertFrom< C >::monomial ( const M &  m)
inline

Definition at line 78 of file Converter.h.

◆ mpolynomial()

template<typename C >
template<typename P >
MultivariatePolynomial<typename C::Number> carl::ConvertFrom< C >::mpolynomial ( const P &  p)
inline

Definition at line 91 of file Converter.h.

◆ number()

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

Definition at line 66 of file Converter.h.

◆ term()

template<typename C >
template<typename T >
Term<typename C::Number> carl::ConvertFrom< C >::term ( const T &  t)
inline

Definition at line 86 of file Converter.h.

◆ variable()

template<typename C >
template<typename V >
Variable carl::ConvertFrom< C >::variable ( const V &  v)
inline

Definition at line 70 of file Converter.h.

Here is the caller graph for this function:

◆ varpower()

template<typename C >
template<typename V >
Monomial::Arg carl::ConvertFrom< C >::varpower ( const V &  v,
std::size_t  exp 
)
inline

Definition at line 74 of file Converter.h.

Here is the call graph for this function:

Field Documentation

◆ c

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

Definition at line 63 of file Converter.h.


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