Changeset 24f6cd9 in git


Ignore:
Timestamp:
Oct 22, 2008, 3:31:48 PM (15 years ago)
Author:
Stanislav Bulygin <bulygin@…>
Branches:
(u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
Children:
911fd66b45e1a1ccd03ce8c4f2ab7b1743b7e5d5
Parents:
3599e9a9670f65c6c372f62243e64c8b235cf959
Message:
Cooper


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

Legend:

Unmodified
Added
Removed
  • Singular/LIB/decodegb.lib

    r3599e9 r24f6cd9  
    11///////////////////////////////////////////////////////////////////////////////
    2 version="$Id: decodegb.lib,v 1.7 2008-10-20 17:21:36 bulygin Exp $";
     2version="$Id: decodegb.lib,v 1.8 2008-10-22 13:31:48 bulygin Exp $";
    33category="Coding theory";
    44info="
     
    104104THEORY:  Based on 'defset' of the given cyclic code, the procedure constructs
    105105         the corresponding Cooper-Reed-Heleseth-Truong ideal 'crht'. With its
    106          help one can solve the decoding problem. For basics of the method @ref{Copper philosophy}.
     106         help one can solve the decoding problem. For basics of the method @ref{Cooper philosophy}.
    107107SEE ALSO: sysNewton, sysBin
    108108EXAMPLE: example sysCRHT; shows an example
     
    209209         the corresponding Cooper-Reed-Heleseth-Truong ideal 'crht_md'. With
    210210         its help one can find minimum distance of the code in the binary
    211          case. For basics of the method @ref{Copper philosophy}.
     211         case. For basics of the method @ref{Cooper philosophy}.
    212212EXAMPLE: example sysCRHTMindist; shows an example
    213213"
     
    296296         the corresponding ideal 'newton' with the generalized Newton
    297297         identities. With its help one can solve the decoding problem. For
    298          basics of the method @ref{Copper philosophy}.
     298         basics of the method @ref{Cooper philosophy}.
    299299SEE ALSO: sysCRHT, sysBin
    300300EXAMPLE:  example sysNewton; shows an example
Note: See TracChangeset for help on using the changeset viewer.