@@ -29,16 +29,17 @@ export rref, rref!
2929# Messages, Distance, and Primes
3030export rate, sphere_covering_bound, sphere_packing_bound, hamming_bound,
3131 singleton_bound, gilbert_varshamov_bound, elias_bassalygo_bound,
32- plotkin_bound,
33- construct_ham_matrix, isperfect, ishammingperfect, isgolayperfect,
34- get_codewords_greedy, get_codewords_random, get_all_words,
35- get_codewords
32+ plotkin_bound, construct_ham_matrix, isperfect, ishammingperfect,
33+ isgolayperfect, get_codewords_greedy, get_codewords_random,
34+ get_all_words, get_codewords
3635export hamming_distance, hamming_ball, code_distance, t_error_detecting,
3736 t_error_correcting, find_error_detection_max, find_error_correction_max
3837export isprimepower
3938
4039# Algebra
41- export FinitePolynomial, list_polys, multiplication_table, list_span, islinear, isirreducible, normal_form! , normal_form, equivalent_code! , equivalent_code, generator! , generator, parity_check, syndrome, isincode
40+ export FinitePolynomial, list_polys, multiplication_table, list_span, islinear,
41+ isirreducible, normal_form! , normal_form, equivalent_code! , equivalent_code,
42+ generator! , generator, parity_check, syndrome, isincode
4243
4344# Levenshtein
4445export levenshtein, levenshtein!
0 commit comments