mirror of https://github.com/CGAL/cgal
Update doc
This commit is contained in:
parent
b388c950bc
commit
16b2a871d7
|
|
@ -97,8 +97,8 @@
|
||||||
*
|
*
|
||||||
* This strategy only makes sense if computing resultants is faster than
|
* This strategy only makes sense if computing resultants is faster than
|
||||||
* computing subresultants, otherwise, it wastes computation time.
|
* computing subresultants, otherwise, it wastes computation time.
|
||||||
* Since the current resultant computation method is actually computed
|
* Since resultant computation is done by interpolation,
|
||||||
* by a subresultant computation, the flag should not be set to one currently
|
* it is faster than the pseudo-remainder based subresultant computation.
|
||||||
*/
|
*/
|
||||||
#ifndef CGAL_ACK_RESULTANT_FIRST_STRATEGY
|
#ifndef CGAL_ACK_RESULTANT_FIRST_STRATEGY
|
||||||
#define CGAL_ACK_RESULTANT_FIRST_STRATEGY 1
|
#define CGAL_ACK_RESULTANT_FIRST_STRATEGY 1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue