Changeset 091b250 in git for factory/facFactorize.h


Ignore:
Timestamp:
Jul 31, 2013, 5:19:59 PM (10 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
Children:
b728bf54b2d144b9710c9fbac685edcc000c6fc2
Parents:
73c222ead5d1fd524953331499ea62ae2256647c
git-author:
Martin Lee <martinlee84@web.de>2013-07-31 17:19:59+02:00
git-committer:
Martin Lee <martinlee84@web.de>2013-08-30 13:48:23+02:00
Message:
chg: added factorizationWRTDifferentSecondVars to header
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/facFactorize.h

    r73c222 r091b250  
    2222TIMING_DEFINE_PRINT (fac_squarefree)
    2323TIMING_DEFINE_PRINT (fac_factor_squarefree)
     24
     25/// Factorization of A wrt. to different second vars
     26void
     27factorizationWRTDifferentSecondVars (
     28                          const CanonicalForm& A, ///<[in] poly
     29                          CFList*& Aeval,         ///<[in,out] A evaluated wrt.
     30                                                  ///< different second vars
     31                                                  ///< returns bivariate factors
     32                          int& minFactorsLength,  ///<[in,out] minimal length of
     33                                                  ///< bivariate factors
     34                          bool& irred,            ///<[in,out] Is A irreducible?
     35                          const Variable& w       ///<[in] alg. variable
     36                                    );
    2437
    2538/// Factorization over Q (a)
Note: See TracChangeset for help on using the changeset viewer.