source: git/Singular/gring.h @ f2e8412

fieker-DuValspielwiese
Last change on this file since f2e8412 was fdca1c0, checked in by Viktor Levandovskyy <levandov@…>, 24 years ago
* levandov/hannes: preparations for HAVE_PLURAL (Makefile.in extra.cc pInline2.h structs.h gring.cc gring.h) git-svn-id: file:///usr/local/Singular/svn/trunk@4722 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 636 bytes
Line 
1#ifndef GRING_H
2#define GRING_H
3/****************************************
4*  Computer Algebra System SINGULAR     *
5****************************************/
6/* $Id: gring.h,v 1.1 2000-11-13 14:50:23 levandov Exp $ */
7/*
8* ABSTRACT additional defines etc for --with-plural
9*/
10
11#ifdef HAVE_PLURAL
12#define UPMATELEM(i,j) ( ((pVariables) * ((i)-1) - ((i) * ((i)-1))/2 + (j)-1)-(i) )
13
14poly nc_pp_Mult_mm(poly p, poly m, poly spNoether, const ring r);
15poly nc_p_Mult_mm(poly p, poly m, const ring r);
16poly nc_p_Minus_mm_Mult_qq(poly p, poly m, poly q,
17                           int &shorter, poly spNoether, const ring r);
18
19#endif
20
21#endif
22
Note: See TracBrowser for help on using the repository browser.