source: git/kernel/units.h @ fbc7cb

spielwiese
Last change on this file since fbc7cb was 6ce030f, checked in by Oleksandr Motsak <motsak@…>, 12 years ago
removal of the $Id$ svn tag from everywhere NOTE: the git SHA1 may be used instead (only on special places) NOTE: the libraries Singular/LIB/*.lib still contain the marker due to our current use of svn
  • 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.