Changeset 2ec47e in git for Singular/LIB/decodegb.lib


Ignore:
Timestamp:
Apr 7, 2009, 6:35:41 PM (14 years ago)
Author:
Frank Seelisch <seelisch@…>
Branches:
(u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
Children:
f49f5388f1e37257ead3324f014c95f3cbc639f4
Parents:
5d98f437864469b655868be585350eeb57da2863
Message:
*** empty log message ***


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

Legend:

Unmodified
Added
Removed
  • Singular/LIB/decodegb.lib

    r5d98f43 r2ec47e  
    11///////////////////////////////////////////////////////////////////////////////
    2 version="$Id: decodegb.lib,v 1.11 2009-04-06 13:30:27 Singular Exp $";
     2version="$Id: decodegb.lib,v 1.12 2009-04-07 16:35:41 seelisch Exp $";
    33category="Coding theory";
    44info="
     
    15701570///////////////////////////////////////////////////////////////////////////////
    15711571// construct the list of all vectors of length m with elements in p^e, where p
    1572 //is characteristics
     1572// is theharacteristic
    15731573proc pointsGen (int m, int e)
    15741574{
     
    19971997          - n is length of codes generated,
    19981998          - redun = redundancy of codes generated,
    1999           - p is characteristics,
     1999          - p is the characteristic,
    20002000          - e is the extension degree,
    20012001          - t is the number of errors to correct,
Note: See TracChangeset for help on using the changeset viewer.