CSS product code
0.1
C++ library to estimate distance of CSS codes. Some particular construction of CSS codes are implemented.
|
#include <itpp/itbase.h>
Go to the source code of this file.
Functions | |
itpp::GF2mat | MM_to_GF2mat (char *file_name) |
itpp::GF2mat | MM_to_GF2mat (std::string file_name) |
itpp::mat | MM_to_mat (char *file_name) |
itpp::mat | MM_to_mat (std::string file_name) |
itpp::mat | dense_MM_to_mat (char *file_name) |
itpp::mat dense_MM_to_mat | ( | char * | file_name | ) |
Definition at line 209 of file mm_read.cpp.
itpp::GF2mat MM_to_GF2mat | ( | char * | file_name | ) |
Definition at line 49 of file mm_read.cpp.
itpp::GF2mat MM_to_GF2mat | ( | std::string | file_name | ) |
Definition at line 36 of file mm_read.cpp.
itpp::mat MM_to_mat | ( | char * | file_name | ) |
Definition at line 126 of file mm_read.cpp.
itpp::mat MM_to_mat | ( | std::string | file_name | ) |
Definition at line 42 of file mm_read.cpp.