Changeset 69bc59 in git for kernel/ringgb.h
- Timestamp:
- Jun 8, 2006, 11:56:54 PM (17 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 8e4858985c8a175c0ae6f5422cd1c577e587236d
- Parents:
- 728a2c96465e8ac52df53f624fc9319cc328b4e0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/ringgb.h
r728a2c r69bc59 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: ringgb.h,v 1. 2 2005-11-27 15:28:46wienand Exp $ */4 /* $Id: ringgb.h,v 1.3 2006-06-08 21:56:54 wienand Exp $ */ 5 5 /* 6 6 * ABSTRACT: ringgb interface … … 14 14 poly ringRedNF(poly f, ideal G, ring r); 15 15 poly ringNF(poly f, ideal G, ring r); 16 poly plain_spoly(poly f, poly g); 17 int testGB(ideal GI); 16 18 17 19 #endif
Note: See TracChangeset
for help on using the changeset viewer.