![]() |
CSS product code
0.1
C++ library to estimate distance of CSS codes. Some particular construction of CSS codes are implemented.
|
Go to the source code of this file.
Functions | |
| int | GF2mat_to_MM (itpp::GF2mat G, char *file_name, int debug) |
| int | mat_to_MM (itpp::mat G, char *filename) |
| int | GF2mat_to_MM (itpp::mat G, std::string file_name) |
| int | mat_to_MM (itpp::mat G, std::string file_name) |
Definition in file mm_write.cpp.
| int GF2mat_to_MM | ( | itpp::GF2mat | G, |
| char * | file_name, | ||
| int | debug | ||
| ) |
Definition at line 18 of file mm_write.cpp.
| int GF2mat_to_MM | ( | itpp::mat | G, |
| std::string | file_name | ||
| ) |
Definition at line 123 of file mm_write.cpp.
| int mat_to_MM | ( | itpp::mat | G, |
| char * | filename | ||
| ) |
Definition at line 75 of file mm_write.cpp.
| int mat_to_MM | ( | itpp::mat | G, |
| std::string | file_name | ||
| ) |
Definition at line 130 of file mm_write.cpp.