#include <itpp/itcomm.h>
Go to the source code of this file.
|
itpp::bvec | reduce_weight (itpp::bvec e, itpp::GF2mat G) |
|
itpp::bvec | qllr_to_bvec (itpp::QLLRvec llr, int bound) |
|
int | check_matrices (itpp::GF2mat *G, itpp::GF2mat *H, itpp::GF2mat *U, itpp::GF2mat *W, itpp::mat *K) |
|
int | read_matrices_for_partial_sum (char *filename_prefix, char *filename_suffix, itpp::GF2mat *G, itpp::GF2mat *H, itpp::GF2mat *U, itpp::GF2mat *W, itpp::mat *K) |
|
int | remove_rows (itpp::GF2mat *G, itpp::bvec rows_to_remove) |
|
◆ check_matrices()
int check_matrices |
( |
itpp::GF2mat * |
G, |
|
|
itpp::GF2mat * |
H, |
|
|
itpp::GF2mat * |
U, |
|
|
itpp::GF2mat * |
W, |
|
|
itpp::mat * |
K |
|
) |
| |
◆ qllr_to_bvec()
itpp::bvec qllr_to_bvec |
( |
itpp::QLLRvec |
llr, |
|
|
int |
bound |
|
) |
| |
◆ read_matrices_for_partial_sum()
int read_matrices_for_partial_sum |
( |
char * |
filename_prefix, |
|
|
char * |
filename_suffix, |
|
|
itpp::GF2mat * |
G, |
|
|
itpp::GF2mat * |
H, |
|
|
itpp::GF2mat * |
U, |
|
|
itpp::GF2mat * |
W, |
|
|
itpp::mat * |
K |
|
) |
| |
◆ reduce_weight()
itpp::bvec reduce_weight |
( |
itpp::bvec |
e, |
|
|
itpp::GF2mat |
G |
|
) |
| |
◆ remove_rows()
int remove_rows |
( |
itpp::GF2mat * |
G, |
|
|
itpp::bvec |
rows_to_remove |
|
) |
| |