7 #include <itpp/itcomm.h>
23 int check_matrices(itpp::GF2mat * G, itpp::GF2mat * H, itpp::GF2mat *U, itpp::GF2mat * W, itpp::mat * K);
28 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);
30 int remove_rows(itpp::GF2mat *G, itpp::bvec rows_to_remove);