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

Go to the source code of this file.

Data Structures

struct  carl::convert_poly::ConvertHelper< T, S >
 
struct  carl::convert_poly::ConvertHelper< ContextPolynomial< A, B, C >, MultivariatePolynomial< A, B, C > >
 
struct  carl::convert_poly::ConvertHelper< MultivariatePolynomial< A, B, C >, ContextPolynomial< A, B, C > >
 

Namespaces

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

Functions

template<typename T , typename S , std::enable_if_t< is_polynomial_type< T >::value &&is_polynomial_type< S >::value &&!needs_context_type< T >::value, int > = 0>
carl::convert (const S &r)
 
template<typename T , typename S , std::enable_if_t< is_polynomial_type< T >::value &&is_polynomial_type< S >::value &&needs_context_type< T >::value, int > = 0>
carl::convert (const typename T::ContextType &c, const S &r)