Changeset 4a829c6 in git


Ignore:
Timestamp:
Oct 23, 1997, 3:25:52 PM (27 years ago)
Author:
Jens Schmidt <schmidt@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
e8e5166d7d191aa827d0835a0f8683abf6e79578
Parents:
a116adc2bbbe584724ed51a832945b9b08efe444
Message:
	* factory.template, factoryconf.template, gengftables.cc: doc fix


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

Legend:

Unmodified
Added
Removed
  • factory/gengftables.cc

    ra116ad r4a829c6  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: gengftables.cc,v 1.1 1997-06-19 12:40:00 schmidt Exp $ */
    3 
    4 //{{{ docu
    5 //
    6 // gengftables.cc - generate addition tables used by factory
     2/* $Id: gengftables.cc,v 1.2 1997-10-23 13:25:52 schmidt Exp $ */
     3
     4//{{{ docu
     5//
     6// gengftables.cc - generate addition tables used by Factory
    77//   to calculate in GF(q).
    88//
     
    5858//}}}
    5959
    60 //{{{ int exponent( const CanonicalForm & f, int q )
     60//{{{ int exponent ( const CanonicalForm & f, int q )
    6161//{{{ docu
    6262//
     
    6767//}}}
    6868int
    69 exponent( const CanonicalForm & f, int q )
     69exponent ( const CanonicalForm & f, int q )
    7070{
    7171    Variable x = f.mvar();
     
    139139//}}}
    140140
    141 //{{{ CanonicalForm findGen( int d, int q )
     141//{{{ CanonicalForm findGen ( int d, int q )
    142142//{{{ docu
    143143//
     
    149149//}}}
    150150CanonicalForm
    151 findGen( int d, int q )
     151findGen ( int d, int q )
    152152{
    153153    Variable x( 1 );
     
    164164//}}}
    165165
    166 //{{{ void printTable( int d, int q, CanonicalForm mipo )
     166//{{{ void printTable ( int d, int q, CanonicalForm mipo )
    167167//{{{ docu
    168168//
     
    177177//}}}
    178178void
    179 printTable( int d, int q, CanonicalForm mipo )
     179printTable ( int d, int q, CanonicalForm mipo )
    180180{
    181181    int i, p = getCharacteristic();
Note: See TracChangeset for help on using the changeset viewer.