Changeset c74d6a in git


Ignore:
Timestamp:
May 10, 2011, 7:01:04 PM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
bea370bfafc6b719f65e3d21472ecc023533e962
Parents:
087d2da0ac1ab3967f7e9c08be4ed919e33f2aa2
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-05-10 19:01:04+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:34:45+01:00
Message:
FIX/ADD: factory/singular wrappers for _HNF and _LLL (from NTL)
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • factory/cf_hnf.cc

    r087d2d rc74d6a  
    1010//}}}
    1111
    12 #include <config.h>
     12#include "config.h"
    1313
    14 #if 0
    1514#ifdef HAVE_NTL
    1615#include "NTLconvert.h"
     
    5655}
    5756#endif
    58 #endif
  • factory/cf_hnf.h

    r087d2d rc74d6a  
    44
    55/*BEGINPUBLIC*/
     6
     7#ifdef HAVE_NTL
    68
    79/* $Id$ */
     
    4244CFMatrix* cf_LLL(CFMatrix& A);
    4345
     46#endif
     47
    4448/*ENDPUBLIC*/
    4549
  • libpolys/polys/clapsing.cc

    r087d2d rc74d6a  
    10871087  return res;
    10881088}
     1089
    10891090#ifdef HAVE_NTL
    10901091matrix singntl_HNF(matrix  m, const ring s )
     
    12051206  return mm;
    12061207}
     1208#endif
     1209
    12071210/*
    12081211napoly singclap_alglcm ( napoly f, napoly g )
Note: See TracChangeset for help on using the changeset viewer.