Changeset 0341f1 in git for factory/facAbsFact.h


Ignore:
Timestamp:
Jan 27, 2021, 8:01:47 PM (3 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '73c62e0961bcfc8f1a00420b41eec2ea3c0ef6e9')
Children:
3f6520f1c7bb6b3f1b488999d99fba9a01350437
Parents:
de0206679260cf307f7081a89657f8875ef6d7f3
Message:
fix: absFactorize with Flint, w/o NTL
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/facAbsFact.h

    rde02066 r0341f1  
    1616#include "facAbsBiFact.h"
    1717
    18 #if defined(HAVE_NTL)
    1918/// main absolute factorization routine, expects poly which is
    2019/// irreducible over Q
     
    2928CFAFList absFactorizeMain (const CanonicalForm& F ///<[in] irred poly over Q
    3029                          );
    31 #endif
    3230
    3331/*BEGINPUBLIC*/
    34 #if defined(HAVE_NTL)
    3532/// absolute factorization of a multivariate poly over Q
    3633///
     
    4441CFAFList absFactorize (const CanonicalForm& G ///<[in] poly over Q
    4542                      );
    46 #endif
    4743/*ENDPUBLIC*/
    4844
Note: See TracChangeset for help on using the changeset viewer.