Changeset c74d6a in git for factory


Ignore:
Timestamp:
May 10, 2011, 7:01:04 PM (13 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
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)
Location:
factory
Files:
2 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
Note: See TracChangeset for help on using the changeset viewer.