Changeset c74d6a in git
- Timestamp:
- May 10, 2011, 7:01:04 PM (12 years ago)
- 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
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/cf_hnf.cc
r087d2d rc74d6a 10 10 //}}} 11 11 12 #include <config.h>12 #include "config.h" 13 13 14 #if 015 14 #ifdef HAVE_NTL 16 15 #include "NTLconvert.h" … … 56 55 } 57 56 #endif 58 #endif -
factory/cf_hnf.h
r087d2d rc74d6a 4 4 5 5 /*BEGINPUBLIC*/ 6 7 #ifdef HAVE_NTL 6 8 7 9 /* $Id$ */ … … 42 44 CFMatrix* cf_LLL(CFMatrix& A); 43 45 46 #endif 47 44 48 /*ENDPUBLIC*/ 45 49 -
libpolys/polys/clapsing.cc
r087d2d rc74d6a 1087 1087 return res; 1088 1088 } 1089 1089 1090 #ifdef HAVE_NTL 1090 1091 matrix singntl_HNF(matrix m, const ring s ) … … 1205 1206 return mm; 1206 1207 } 1208 #endif 1209 1207 1210 /* 1208 1211 napoly singclap_alglcm ( napoly f, napoly g )
Note: See TracChangeset
for help on using the changeset viewer.