Changeset ce9c2d in git for Singular/fglm.h
- Timestamp:
- Feb 26, 1999, 4:32:06 PM (25 years ago)
- Branches:
- (u'spielwiese', 'a719bcf0b8dbc648b128303a49777a094b57592c')
- Children:
- f7343f357a06c50ebc347cc64f33a37193d88d12
- Parents:
- f5cda4654265f877bba8ddba45e4486d7c18a16b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/fglm.h
rf5cda4 rce9c2d 1 1 // emacs edit mode for this file is -*- C++ -*- 2 // $Id: fglm.h,v 1. 9 1998-06-02 15:29:54Singular Exp $2 // $Id: fglm.h,v 1.10 1999-02-26 15:32:02 Singular Exp $ 3 3 4 4 /**************************************** … … 28 28 { 29 29 public: 30 int * divisors; 31 poly monom; 30 32 int numVars; 31 poly monom;32 int * divisors;33 33 fglmSelem( poly p, int var ); 34 34 … … 41 41 { 42 42 public: 43 int insertions;44 43 poly monom; 45 44 fglmVector v; 45 int insertions; 46 46 int var; 47 47 fglmDelem( poly & m, fglmVector mv, int v );
Note: See TracChangeset
for help on using the changeset viewer.