On Sat, Oct 8, 2016 at 1:29 PM, Phedon Prasinos <[email protected]> wrote: > Hello, > > I am trying to implement an efficient decoder for an narrow-sense BCH code > (511,193). > Does anyone knows a way for fast decoding in sage? >
According to http://www.gap-system.org/Manuals/pkg/guava3.11/doc/chap5.html#X7C6BB07C87853C00 the Sugiyama decoding algorithm has been implemented in guava, which you can access from sage. > Thanks in advance! > > -- > You received this message because you are subscribed to the Google Groups > "sage-support" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/sage-support. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/d/optout.
