Changeset bcb97dd in git


Ignore:
Timestamp:
Oct 7, 2008, 4:14:56 PM (16 years ago)
Author:
Stanislav Bulygin <bulygin@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
19adc8fd4eb3ea71607c595f5d4f5996467212ea
Parents:
27fa8f9d7e265f522aa7793a6e14aa5a002c09f9
Message:
some redefines are removed


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

Legend:

Unmodified
Added
Removed
  • Singular/LIB/decodegb.lib

    r27fa8f9 rbcb97dd  
    11///////////////////////////////////////////////////////////////////////////////
    2 version="$Id: decodegb.lib,v 1.4 2008-09-24 13:44:01 bulygin Exp $";
     2version="$Id: decodegb.lib,v 1.5 2008-10-07 14:14:56 bulygin Exp $";
    33category="Coding theory";
    44info="
     
    10941094 matrix h_full=genMDSMat(n,a);
    10951095 matrix z[1][ncols(h_full)];
    1096  int n=ncols(h_full);
    10971096
    10981097 //------------------ determine error-correction capacity -------------------
     
    11011100  setring br;
    11021101  h=randomCheck(redun,n,1);
     1102  "check matrix:";
    11031103  print(h);
    11041104  if (#>0)
     
    11821182 matrix h_full=genMDSMat(n,a);
    11831183 matrix z[1][ncols(h_full)];
    1184  int n=ncols(h_full);
    11851184 setring br;
    11861185 h=check;
     1186 "check matrix:";
    11871187 print(h);
    11881188
     
    18091809 int i,j;
    18101810 matrix h, g, word, y, rec;
    1811  list l;
    18121811 int dist, tim, tim2, tim3, timdist, timdec, timdist2, timdec2, timdec3;
    18131812 ideal sys, sys2, sys3;
Note: See TracChangeset for help on using the changeset viewer.