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 | |
int | GF2mat_to_MM (itpp::GF2mat G, char *file_name, int debug=0) |
int | mat_to_MM (itpp::mat G, char *file_name) |
int | GF2mat_to_MM (itpp::mat G, std::string file_name) |
int | mat_to_MM (itpp::mat G, std::string file_name) |
int GF2mat_to_MM | ( | itpp::GF2mat | G, |
char * | file_name, | ||
int | debug = 0 |
||
) |
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 * | file_name | ||
) |
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.