source: git/kernel/GBEngine/units.h @ bf6051e

fieker-DuValspielwiese
Last change on this file since bf6051e was 57fa2c4, checked in by Adi Popescu <adi_popescum@…>, 10 years ago
Separating Headers kernel/GBEngine
  • Property mode set to 100644
File size: 351 bytes
Line 
1/****************************************
2*  Computer Algebra System SINGULAR     *
3****************************************/
4/*
5* ABSTRACT: procedures to compute with units
6*/
7
8#ifndef UNITS_H
9#define UNITS_H
10
11ideal redNF(ideal N,ideal M,matrix U=NULL,int d=-1,intvec *w=NULL);
12poly redNF(ideal N,poly p,poly u=NULL,int d=-1,intvec *w=NULL);
13
14#endif
Note: See TracBrowser for help on using the repository browser.