X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Ffactor.h;h=5302f211c76fdee18b93714c085ad8f6c5b2844f;hp=e2ade545a4cde37859d532f1b3b0f76d67b2b896;hb=1b735625b2759c1627046f9cb1baf834f4d26f5d;hpb=4ee761760b3db8649b8b616256cd7466fe2cd033 diff --git a/ginac/factor.h b/ginac/factor.h index e2ade545..5302f211 100644 --- a/ginac/factor.h +++ b/ginac/factor.h @@ -1,7 +1,6 @@ /** @file factor.h * - * Polynomial factorization routines. Implementation. - * Only univariate at the moment and completely non-optimized! + * Polynomial factorization code. */ /* @@ -29,7 +28,7 @@ namespace GiNaC { class ex; -extern ex factor(const ex& poly); +extern ex factor(const ex& poly, unsigned options = 0); } // namespace GiNaC