Changeset 2ec47e in git for Singular/LIB/decodegb.lib
- Timestamp:
- Apr 7, 2009, 6:35:41 PM (14 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- f49f5388f1e37257ead3324f014c95f3cbc639f4
- Parents:
- 5d98f437864469b655868be585350eeb57da2863
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/decodegb.lib
r5d98f43 r2ec47e 1 1 /////////////////////////////////////////////////////////////////////////////// 2 version="$Id: decodegb.lib,v 1.1 1 2009-04-06 13:30:27 SingularExp $";2 version="$Id: decodegb.lib,v 1.12 2009-04-07 16:35:41 seelisch Exp $"; 3 3 category="Coding theory"; 4 4 info=" … … 1570 1570 /////////////////////////////////////////////////////////////////////////////// 1571 1571 // construct the list of all vectors of length m with elements in p^e, where p 1572 // is characteristics1572 // is theharacteristic 1573 1573 proc pointsGen (int m, int e) 1574 1574 { … … 1997 1997 - n is length of codes generated, 1998 1998 - redun = redundancy of codes generated, 1999 - p is characteristics,1999 - p is the characteristic, 2000 2000 - e is the extension degree, 2001 2001 - t is the number of errors to correct,
Note: See TracChangeset
for help on using the changeset viewer.