Changeset a2466f in git for kernel/ringgb.h
- Timestamp:
- Jun 12, 2006, 2:07:12 AM (17 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- c4c516319dd7380d23251f74e2a664cdb5664571
- Parents:
- 30f22c1ce9b7faf89c70d82bed9c82dd6d7b4979
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/ringgb.h
r30f22c ra2466f 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: ringgb.h,v 1. 3 2006-06-08 21:56:54wienand Exp $ */4 /* $Id: ringgb.h,v 1.4 2006-06-12 00:07:12 wienand Exp $ */ 5 5 /* 6 6 * ABSTRACT: ringgb interface … … 15 15 poly ringNF(poly f, ideal G, ring r); 16 16 poly plain_spoly(poly f, poly g); 17 int testGB(ideal GI);17 int testGB(ideal I, ideal GI); 18 18 19 19 #endif
Note: See TracChangeset
for help on using the changeset viewer.