CGAL 5.1 - Algebraic Kernel
|
#include <Concepts/AlgebraicKernel_d_1--NumberOfSolutions_1.h>
Computes the number of real solutions of the given univariate polynomial.
AdaptableUnaryFunction
Types | |
typedef AlgebraicKernel_d_1::size_type | result_type |
typedef AlgebraicKernel_d_1::Polynomial_1 | argument_type |
Operations | |
result_type | operator() (argument_type p) |
Returns the number of real solutions of \( p\). More... | |
result_type AlgebraicKernel_d_1::NumberOfSolutions_1::operator() | ( | argument_type | p | ) |
Returns the number of real solutions of \( p\).