-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for Good General Cauchy Matrices (#2)
add _gc versions of encode/decode that use the 'good cauchy' matrix for the particular k, m and w. If w is not supplied it is calculated as `ceil(math:log2(K+M))`. These should perform better in all cases than the Vandermonde matrixes used in the regular encode/decode. Note, however, that sometimes w should be higher than the default for ideal performance. This is not done automatically.
- Loading branch information
Showing
5 changed files
with
464 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.