Changeset 585bbcb in git for kernel/ringgb.h
- Timestamp:
- Nov 27, 2005, 4:28:46 PM (17 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 6a972af1108afd9ad6a0a74a519e0b3107421d16
- Parents:
- f498f1081627c853c4d77077fcaa2ea32d82a711
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/ringgb.h
rf498f10 r585bbcb 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: ringgb.h,v 1. 1 2005-07-08 12:21:53 brickenExp $ */4 /* $Id: ringgb.h,v 1.2 2005-11-27 15:28:46 wienand Exp $ */ 5 5 /* 6 * ABSTRACT: trepgb interface6 * ABSTRACT: ringgb interface 7 7 */ 8 8 #ifndef RINGGB_HEADER … … 11 11 #include "polys.h" 12 12 13 poly reduce_poly_fct(poly p, ring r); 14 poly ringRedNF(poly f, ideal G, ring r); 15 poly ringNF(poly f, ideal G, ring r); 13 16 14 int foo(int bar);15 poly myadd(poly p, poly q, ring r);16 17 #endif
Note: See TracChangeset
for help on using the changeset viewer.