Changeset a0efc8 in git


Ignore:
Timestamp:
Nov 27, 2020, 10:54:01 AM (3 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'fc741b6502fd8a97288eaa3eba6e5220f3c3df87')
Children:
1e919738c3b0a2dbacaac3c8efef8d29b2841f4d
Parents:
880f5a65783c47f26dc96b0f01f3a0443a837dde
Message:
comments: multivariate Factroization over Qa, w/o NTL
Location:
factory
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • factory/facBivar.h

    r880f5a ra0efc8  
    2424#include "facFqSquarefree.h"
    2525#include "cf_map.h"
     26#include "cf_algorithm.h"
    2627#include "cfNewtonPolygon.h"
    2728#include "fac_util.h"
  • factory/facFactorize.cc

    r880f5a ra0efc8  
    153153}
    154154
     155
    155156#ifdef HAVE_NTL // ratBiSqrfFactorize
    156157void
     
    192193#endif
    193194
    194 #ifdef HAVE_NTL // ratBiSqrfFactorize
     195#ifdef HAVE_NTL // precomputeLeadingCoeff,
     196// henselLiftAndEarly, nonMonicHenselLift
    195197CFList
    196198multiFactorize (const CanonicalForm& F, const Variable& v)
  • factory/facFactorize.h

    r880f5a ra0efc8  
    4343                const Variable& v           ///< [in] some algebraic variable
    4444               );
    45 
     45#ifdef HAVE_NTL // ratBiSqrfFactorize
    4646/// factorize a squarefree multivariate polynomial over \f$ Q(\alpha) \f$
    4747///
    4848/// @return @a ratSqrfFactorize returns a list of monic factors, the first
    4949///         element is the leading coefficient.
    50 #ifdef HAVE_NTL
    5150inline
    5251CFList
     
    6867  return result;
    6968}
     69#endif
    7070
     71#ifdef HAVE_NTL // multiFactorize, henselLiftAndEarly, nonMonicHenselLift
    7172/// factorize a multivariate polynomial over \f$ Q(\alpha) \f$
    7273///
     
    172173}
    173174#endif
    174 
    175175#endif
    176176
Note: See TracChangeset for help on using the changeset viewer.