jengelh-datetimespielwiese
Last change
on this file since 206e158 was
206e158,
checked in by Oliver Wienand <wienand@…>, 16 years ago
|
structs.h, numbers.*, rmodulo*:
new method nComp
nIntDiv(0, a) = module / a in rmodulo
ringgb.*:
adapted for more generic rings
ring.h:
rField_is_Domain new
k*:
adapted for gbs over Z/m
git-svn-id: file:///usr/local/Singular/svn/trunk@10034 2c84dea3-7e68-4137-9b89-c4e89433aadc
|
-
Property mode set to
100644
|
File size:
547 bytes
|
Line | |
---|
1 | /**************************************** |
---|
2 | * Computer Algebra System SINGULAR * |
---|
3 | ****************************************/ |
---|
4 | /* $Id: ringgb.h,v 1.6 2007-05-11 10:48:05 wienand Exp $ */ |
---|
5 | /* |
---|
6 | * ABSTRACT: ringgb interface |
---|
7 | */ |
---|
8 | #ifndef RINGGB_HEADER |
---|
9 | #define RINGGB_HEADER |
---|
10 | #include "mod2.h" |
---|
11 | |
---|
12 | #ifdef HAVE_RINGS |
---|
13 | #include "polys.h" |
---|
14 | |
---|
15 | poly ringNF(poly f, ideal G, ring r); |
---|
16 | poly plain_spoly(poly f, poly g); |
---|
17 | int testGB(ideal I, ideal GI); |
---|
18 | |
---|
19 | #ifdef HAVE_RING2TOM |
---|
20 | poly reduce_poly_fct(poly p, ring r); |
---|
21 | poly ringRedNF(poly f, ideal G, ring r); |
---|
22 | #endif |
---|
23 | |
---|
24 | #endif |
---|
25 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.