carl
24.04
Computer ARithmetic Library
|
#include "SqrtEx.h"
Go to the source code of this file.
Namespaces | |
carl | |
carl is the main namespace for the library. | |
Functions | |
template<typename Poly > | |
SqrtEx< Poly > | carl::substitute (const SqrtEx< Poly > &sqrt_ex, const std::map< Variable, typename SqrtEx< Poly >::Rational > &eval_map) |
template<typename Poly > | |
SqrtEx< Poly > | carl::substitute (const Poly &_substituteIn, const carl::Variable _varToSubstitute, const SqrtEx< Poly > &_substituteBy) |
Substitutes a variable in an expression by a square root expression, which results in a square root expression. More... | |