]> www.ginac.de Git - ginac.git/blobdiff - ginac/factor.h
- Added options argument to factor(). Added flag factor_options::all that lets
[ginac.git] / ginac / factor.h
index e2ade545a4cde37859d532f1b3b0f76d67b2b896..5302f211c76fdee18b93714c085ad8f6c5b2844f 100644 (file)
@@ -1,7 +1,6 @@
 /** @file factor.h
  *
 /** @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;
 
 
 class ex;
 
-extern ex factor(const ex& poly);
+extern ex factor(const ex& poly, unsigned options = 0);
 
 } // namespace GiNaC
 
 
 } // namespace GiNaC