source: git/modules/pcv/pcv/pcv.h @ 1de0ed

spielwiese
Last change on this file since 1de0ed was 1de0ed, checked in by Hans Schönemann <hannes@…>, 24 years ago
* hannes/krueger: fixes for ix86_linux_libc5 git-svn-id: file:///usr/local/Singular/svn/trunk@4240 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 598 bytes
Line 
1/*
2 * This was automaticly generated by modgen
3 * version 0.2
4 * module pcv
5 * Don't edit this file
6 */
7
8
9#line 113 "pcv.cc"
10#include <stdlib.h>
11#include <stdio.h>
12#include <string.h>
13#include <ctype.h>
14
15
16#include <locals.h>
17
18BOOLEAN mod_MinDeg(leftv res, leftv h);
19//int pcvMinDeg(poly p);
20
21BOOLEAN mod_P2CV(leftv res, leftv h);
22//lists pcvP2CV(lists pl, int d0, int d1);
23
24BOOLEAN mod_CV2P(leftv res, leftv h);
25//lists pcvCV2P(lists pl, int d0, int d1);
26
27BOOLEAN mod_Dim(leftv res, leftv h);
28//int pcvDim(int d0, int d1);
29
30BOOLEAN mod_Basis(leftv res, leftv h);
31//lists pcvBasis(int d0, int d1);
32
Note: See TracBrowser for help on using the repository browser.