Skip to content

Commit

Permalink
Update src/ecc/simple_sparse_codes.jl
Browse files Browse the repository at this point in the history
Update use case of Bicycle matrix

Co-authored-by: Stefan Krastanov <[email protected]>
  • Loading branch information
Benzillaist and Krastanov authored Dec 19, 2023
1 parent 49046fe commit f86cd86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ecc/simple_sparse_codes.jl
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ end
Required before the unicycle code can be used.
Typical usage:
ReduceUnicycle(Circ2UnicycleH0(array_indices, block length) )"""
`ReduceUnicycle(Circ2UnicycleH0(array_indices, block length) )`"""
function reduce_unicycle(m::Matrix{Bool})
rrzz = residue_ring(ZZ, 2)
nm = matrix(rrzz, m)
Expand Down

0 comments on commit f86cd86

Please sign in to comment.