Changeset ce9c2d in git for Singular/fglmgauss.h


Ignore:
Timestamp:
Feb 26, 1999, 4:32:06 PM (25 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'a719bcf0b8dbc648b128303a49777a094b57592c')
Children:
f7343f357a06c50ebc347cc64f33a37193d88d12
Parents:
f5cda4654265f877bba8ddba45e4486d7c18a16b
Message:
*hannes: aligne structures


git-svn-id: file:///usr/local/Singular/svn/trunk@2874 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/fglmgauss.h

    rf5cda4 rce9c2d  
    11// emacs edit mode for this file is -*- C++ -*-
    2 // $Id: fglmgauss.h,v 1.4 1998-12-16 18:43:37 Singular Exp $
     2// $Id: fglmgauss.h,v 1.5 1999-02-26 15:32:03 Singular Exp $
    33
    44/****************************************
     
    2020{
    2121private:
    22     int size;
    23     int max;
    2422    gaussElem * elems;
    2523    BOOLEAN * isPivot;
     
    2826    fglmVector p;
    2927    number pdenom;
     28    int size;
     29    int max;
    3030public:
    3131    gaussReducer( int dimen );
Note: See TracChangeset for help on using the changeset viewer.