CGAL 5.1 - Algebraic Kernel
|
#include <Concepts/AlgebraicKernel_d_2--ComputePolynomialY_2.h>
Computes a univariate square free polynomial \( p\), such that the second coordinate of a given AlgebraicKernel_d_2::Algebraic_real_2
is a real root of \( p\).
AdaptableUnaryFunction
Types | |
typedef AlgebraicKernel_d_2::Polynomial_1 | result_type |
typedef AlgebraicKernel_d_2::Algebraic_real_2 | argument_type |
Operations | |
result_type | operator() (argument_type a) |
Computes a univariate square free polynomial \( p\), such that the second coordinate of \( a\) is a real root of \( p\). More... | |
typedef AlgebraicKernel_d_2::Algebraic_real_2 AlgebraicKernel_d_2::ComputePolynomialY_2::argument_type |
typedef AlgebraicKernel_d_2::Polynomial_1 AlgebraicKernel_d_2::ComputePolynomialY_2::result_type |
result_type AlgebraicKernel_d_2::ComputePolynomialY_2::operator() | ( | argument_type | a | ) |
Computes a univariate square free polynomial \( p\), such that the second coordinate of \( a\) is a real root of \( p\).