![]() |
CSS product code
0.1
C++ library to estimate distance of CSS codes. Some particular construction of CSS codes are implemented.
|
#include "weilei_lib/weilei_lib.h"
#include <stdio.h>
#include <itpp/itbase.h>
#include <fstream>
#include <ctime>
#include <chrono>
Go to the source code of this file.
Functions | |
int | copy_test () |
int | mm_test (int k) |
int | mm_test2 () |
int | mm_test3 () |
int | G_s_test () |
GF2mat * | array_pointer () |
int * | array_pointer2 () |
int | array_pointer_test () |
vector< vector< int > > | vector_test () |
int | run_vector_test () |
int | pointer_test () |
int | char_test () |
int | if_test () |
int | pointer_array_test () |
void | copy2 (GF2mat &G) |
void | copy1 () |
int | combine_random (int seed) |
int | cpp_random () |
void | random_test (int seed) |
void | switch_test (int k) |
void | syntax_test () |
void | generate_code_test (int na, int Gax_row, int id_Gax, int Gaz_row, int id_Gaz, int debug) |
void | kron_test () |
int | main (int args, char **argvs) |
void generate_code_test | ( | int | na, |
int | Gax_row, | ||
int | id_Gax, | ||
int | Gaz_row, | ||
int | id_Gaz, | ||
int | debug | ||
) |