source: git/libpolys/polys/pInline0.h @ 57c6ed2

fieker-DuValspielwiese
Last change on this file since 57c6ed2 was 20d9284, checked in by Martin Lee <martinlee84@…>, 13 years ago
deleted unneccessary forward declarations in p_polys.h and moved pReverse from pInline0.h to p_polys.h
  • Property mode set to 100644
File size: 920 bytes
Line 
1/****************************************
2*  Computer Algebra System SINGULAR     *
3****************************************/
4/***************************************************************
5 *  File:    pInline.cc
6 *  Purpose: implementation of poly Level 0 functions
7 *  Author:  obachman (Olaf Bachmann)
8 *  Created: 8/00
9 *  Version: $Id$
10 *******************************************************************/
11#ifndef PINLINE0_H
12#define PINLINE0_H
13
14#if defined(DO_PINLINE0)
15#define PINLINE0 static inline
16#else
17#define PINLINE0
18#endif
19
20#include <polys/monomials/p_polys.h>
21#include <polys/monomials/ring.h>
22
23/***************************************************************
24 *
25 * poly things which are independent of ring
26 *
27 ***************************************************************/
28
29
30/*2
31* returns the length of a (numbers of monomials)
32* respect syzComp
33*/
34poly pLast(poly a, int &l);
35
36#endif // PINLINE_CC
37
Note: See TracBrowser for help on using the repository browser.