CGAL 5.1.3 - Algebraic Kernel
AlgebraicKernel_d_1::NumberOfSolutions_1 Concept Reference

Definition

Computes the number of real solutions of the given univariate polynomial.

Refines:
AdaptableUnaryFunction
See also
AlgebraicKernel_d_1::ConstructAlgebraicReal_1

Types

A model of this type must provide:

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...
 

Member Function Documentation

◆ operator()()

result_type AlgebraicKernel_d_1::NumberOfSolutions_1::operator() ( argument_type  p)

Returns the number of real solutions of \( p\).

Precondition
\( p\) is square free.