source: git/Singular/units.h @ 457d8d6

spielwiese
Last change on this file since 457d8d6 was 8cfee1c, checked in by Mathias Schulze <mschulze@…>, 23 years ago
*mschulze: redNF with paramters git-svn-id: file:///usr/local/Singular/svn/trunk@5285 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 411 bytes
Line 
1/****************************************
2*  Computer Algebra System SINGULAR     *
3****************************************/
4/* $Id: units.h,v 1.5 2001-02-27 18:05:16 mschulze Exp $ */
5/*
6* ABSTRACT: procedures to compute with units
7*/
8
9#ifndef UNITS_H
10#define UNITS_H
11
12ideal redNF(ideal N,ideal M,matrix U=NULL,int d=-1,intvec *w=NULL);
13poly redNF(ideal N,poly p,poly u=NULL,int d=-1,intvec *w=NULL);
14
15#endif
Note: See TracBrowser for help on using the repository browser.