Changeset 530295 in git for factory/facFactorize.h


Ignore:
Timestamp:
Jan 5, 2012, 5:52:39 PM (12 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
0e6668ef96c23537076f15491667b780427d0f91
Parents:
88408d0be2fdcd560bb0eceb25b88db10bf0c817
git-author:
Martin Lee <martinlee84@web.de>2012-01-05 17:52:39+01:00
git-committer:
Martin Lee <martinlee84@web.de>2012-04-04 14:42:25+02:00
Message:
chg: more changes to replace polynomial factorization over integer with new algorithm
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/facFactorize.h

    r88408d0 r530295  
    3636inline
    3737CFList
    38 ratSqrfFactorize (const CanonicalForm & G,       ///<[in] a multivariate poly
    39                   const Variable& v              ///<[in] algebraic variable
     38ratSqrfFactorize (const CanonicalForm & G,        ///<[in] a multivariate poly
     39                  const Variable& v= Variable (1) ///<[in] algebraic variable
    4040                 )
    4141{
     
    6060inline
    6161CFFList
    62 ratFactorize (const CanonicalForm& G,        ///<[in] a multivariate poly
    63               const Variable& v,            ///<[in] algebraic variable
    64               bool substCheck= true          ///<[in] enables substitute check
     62ratFactorize (const CanonicalForm& G,          ///<[in] a multivariate poly
     63              const Variable& v= Variable (1), ///<[in] algebraic variable
     64              bool substCheck= true            ///<[in] enables substitute check
    6565             )
    6666{
Note: See TracChangeset for help on using the changeset viewer.