| ||||
|
| |||
Computes all real solutions of p with multiplicity, and copies them as objects of type std::pair<AlgebraicKernel_d_1::Algebraic_real_1, AlgebraicKernel_d_1::Multiplicity_type> in res. | ||||
| ||||
|
| |||
Computes all real solutions of p, and copies them as objects of type AlgebraicKernel_d_1::Algebraic_real_1 in res. The &boolcedil; known_to_be_square_free indicates whether p is known to be square free. Each root, though it might be a multiple root, is reported only once. | ||||
| ||||
|
| |||
Computes all real solutions of p in the closed interval [l,u] with multiplicity, and copies them as objects of type std::pair<AlgebraicKernel_d_1::Algebraic_real_1, AlgebraicKernel_d_1::Multiplicity_type> in res. | ||||
| ||||
|
| |||
Computes all real solutions of p in the closed interval [l,u], and copies them as objects of type AlgebraicKernel_d_1::Algebraic_real_1 in res. The bool known_to_be_square_free indicates whether p is known to be square free. Each root, though it might be a multiple root, is reported only once. |