Changeset ce9c2d in git for Singular/fglmgauss.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/fglmgauss.h
rf5cda4 rce9c2d 1 1 // emacs edit mode for this file is -*- C++ -*- 2 // $Id: fglmgauss.h,v 1. 4 1998-12-16 18:43:37Singular Exp $2 // $Id: fglmgauss.h,v 1.5 1999-02-26 15:32:03 Singular Exp $ 3 3 4 4 /**************************************** … … 20 20 { 21 21 private: 22 int size;23 int max;24 22 gaussElem * elems; 25 23 BOOLEAN * isPivot; … … 28 26 fglmVector p; 29 27 number pdenom; 28 int size; 29 int max; 30 30 public: 31 31 gaussReducer( int dimen );
Note: See TracChangeset
for help on using the changeset viewer.