Changeset d30633d in git for factory/NTLconvert.h


Ignore:
Timestamp:
Jul 30, 2002, 5:20:02 PM (21 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'e7cc1ebecb61be8b9ca6c18016352af89940b21a')
Children:
71f8d2863e5aac4675318002384ecefdd1feb136
Parents:
fa8e1c95bd3d801a303efb382a0b60e25fe0df6e
Message:
*hannes: fixes and ...


git-svn-id: file:///usr/local/Singular/svn/trunk@6224 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/NTLconvert.h

    rfa8e1c rd30633d  
     1/* $Id: NTLconvert.h,v 1.2 2002-07-30 15:20:02 Singular Exp $ */
    12#ifndef INCL_NTLCONVERT_H
    23#define INCL_NTLCONVERT_H
     
    1718#include "fac_sqrfree.h"
    1819#include "cf_algorithm.h"
     20
     21#ifdef HAVE_NTL
    1922
    2023#include <NTL/ZZXFactoring.h>
     
    4043CanonicalForm convertNTLGF2E2CF(GF2E coefficient,Variable x);
    4144CFFList convertNTLvec_pair_GF2EX_long2FacCFFList(vec_pair_GF2EX_long e,GF2E multi,Variable x,Variable alpha);
     45GF2EX convertFacCF2NTLGF2EX(CanonicalForm f,ZZ_pX mipo);
     46ZZ_pEX convertFacCF2NTLZZ_pEX(CanonicalForm f,ZZ_pX mipo);
    4247
    4348#endif
     49#endif
Note: See TracChangeset for help on using the changeset viewer.