Changeset 4a829c6 in git for factory/gengftables.cc
- Timestamp:
- Oct 23, 1997, 3:25:52 PM (26 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- e8e5166d7d191aa827d0835a0f8683abf6e79578
- Parents:
- a116adc2bbbe584724ed51a832945b9b08efe444
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/gengftables.cc
ra116ad r4a829c6 1 1 /* emacs edit mode for this file is -*- C++ -*- */ 2 /* $Id: gengftables.cc,v 1. 1 1997-06-19 12:40:00schmidt Exp $ */3 4 //{{{ docu 5 // 6 // gengftables.cc - generate addition tables used by factory2 /* $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 7 7 // to calculate in GF(q). 8 8 // … … 58 58 //}}} 59 59 60 //{{{ int exponent ( const CanonicalForm & f, int q )60 //{{{ int exponent ( const CanonicalForm & f, int q ) 61 61 //{{{ docu 62 62 // … … 67 67 //}}} 68 68 int 69 exponent ( const CanonicalForm & f, int q )69 exponent ( const CanonicalForm & f, int q ) 70 70 { 71 71 Variable x = f.mvar(); … … 139 139 //}}} 140 140 141 //{{{ CanonicalForm findGen ( int d, int q )141 //{{{ CanonicalForm findGen ( int d, int q ) 142 142 //{{{ docu 143 143 // … … 149 149 //}}} 150 150 CanonicalForm 151 findGen ( int d, int q )151 findGen ( int d, int q ) 152 152 { 153 153 Variable x( 1 ); … … 164 164 //}}} 165 165 166 //{{{ void printTable ( int d, int q, CanonicalForm mipo )166 //{{{ void printTable ( int d, int q, CanonicalForm mipo ) 167 167 //{{{ docu 168 168 // … … 177 177 //}}} 178 178 void 179 printTable ( int d, int q, CanonicalForm mipo )179 printTable ( int d, int q, CanonicalForm mipo ) 180 180 { 181 181 int i, p = getCharacteristic();
Note: See TracChangeset
for help on using the changeset viewer.