carl
24.04
Computer ARithmetic Library
|
Go to the source code of this file.
Namespaces | |
carl | |
carl is the main namespace for the library. | |
Functions | |
template<typename ToPoly , typename FromPoly , typename = std::enable_if_t<needs_context_type<ToPoly>::value>> | |
VariableComparison< ToPoly > | carl::convert (const typename ToPoly::ContextType &context, const VariableComparison< FromPoly > &c) |
template<typename ToPoly , typename FromPoly , typename = std::enable_if_t<!needs_context_type<ToPoly>::value>> | |
VariableComparison< ToPoly > | carl::convert (const VariableComparison< FromPoly > &c) |