Changeset bcb97dd in git
- Timestamp:
- Oct 7, 2008, 4:14:56 PM (15 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '00e2e9c41af3fde1273eb3633f4c0c7c3db2579d')
- Children:
- 19adc8fd4eb3ea71607c595f5d4f5996467212ea
- Parents:
- 27fa8f9d7e265f522aa7793a6e14aa5a002c09f9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/decodegb.lib
r27fa8f9 rbcb97dd 1 1 /////////////////////////////////////////////////////////////////////////////// 2 version="$Id: decodegb.lib,v 1. 4 2008-09-24 13:44:01bulygin Exp $";2 version="$Id: decodegb.lib,v 1.5 2008-10-07 14:14:56 bulygin Exp $"; 3 3 category="Coding theory"; 4 4 info=" … … 1094 1094 matrix h_full=genMDSMat(n,a); 1095 1095 matrix z[1][ncols(h_full)]; 1096 int n=ncols(h_full);1097 1096 1098 1097 //------------------ determine error-correction capacity ------------------- … … 1101 1100 setring br; 1102 1101 h=randomCheck(redun,n,1); 1102 "check matrix:"; 1103 1103 print(h); 1104 1104 if (#>0) … … 1182 1182 matrix h_full=genMDSMat(n,a); 1183 1183 matrix z[1][ncols(h_full)]; 1184 int n=ncols(h_full);1185 1184 setring br; 1186 1185 h=check; 1186 "check matrix:"; 1187 1187 print(h); 1188 1188 … … 1809 1809 int i,j; 1810 1810 matrix h, g, word, y, rec; 1811 list l;1812 1811 int dist, tim, tim2, tim3, timdist, timdec, timdist2, timdec2, timdec3; 1813 1812 ideal sys, sys2, sys3;
Note: See TracChangeset
for help on using the changeset viewer.