CSS product code  0.1
C++ library to estimate distance of CSS codes. Some particular construction of CSS codes are implemented.
mm_write.h File Reference
#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)
 

Function Documentation

◆ GF2mat_to_MM() [1/2]

int GF2mat_to_MM ( itpp::GF2mat  G,
char *  file_name,
int  debug = 0 
)

Definition at line 18 of file mm_write.cpp.

◆ GF2mat_to_MM() [2/2]

int GF2mat_to_MM ( itpp::mat  G,
std::string  file_name 
)

Definition at line 123 of file mm_write.cpp.

◆ mat_to_MM() [1/2]

int mat_to_MM ( itpp::mat  G,
char *  file_name 
)

Definition at line 75 of file mm_write.cpp.

◆ mat_to_MM() [2/2]

int mat_to_MM ( itpp::mat  G,
std::string  file_name 
)

Definition at line 130 of file mm_write.cpp.