jengelh-datetimespielwiese
Last change
on this file since f3a8c2e was
f3a8c2e,
checked in by Michael Brickenstein <bricken@…>, 18 years ago
|
*bricken: initial version
git-svn-id: file:///usr/local/Singular/svn/trunk@8427 2c84dea3-7e68-4137-9b89-c4e89433aadc
|
-
Property mode set to
100644
|
File size:
365 bytes
|
Line | |
---|
1 | /**************************************** |
---|
2 | * Computer Algebra System SINGULAR * |
---|
3 | ****************************************/ |
---|
4 | /* $Id: ringgb.h,v 1.1 2005-07-08 12:21:53 bricken Exp $ */ |
---|
5 | /* |
---|
6 | * ABSTRACT: trepgb interface |
---|
7 | */ |
---|
8 | #ifndef RINGGB_HEADER |
---|
9 | #define RINGGB_HEADER |
---|
10 | #include "mod2.h" |
---|
11 | #include "polys.h" |
---|
12 | |
---|
13 | |
---|
14 | int foo(int bar); |
---|
15 | poly myadd(poly p, poly q, ring r); |
---|
16 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.