itpp::LDPC_Code Member List
This is the complete list of members for
itpp::LDPC_Code, including all inherited members.
bp_decode(const QLLRvec &LLRin, QLLRvec &LLRout) | itpp::LDPC_Code | |
Channel_Code() | itpp::Channel_Code | [inline] |
dec_method | itpp::LDPC_Code | [protected] |
decode(const bvec &, bvec &) | itpp::LDPC_Code | [inline, virtual] |
decode(const bvec &) | itpp::LDPC_Code | [inline, virtual] |
decode(const vec &llr_in, bvec &syst_bits) | itpp::LDPC_Code | [virtual] |
decode(const vec &llr_in) | itpp::LDPC_Code | [virtual] |
decode_soft_out(const vec &llr_in, vec &llr_out) | itpp::LDPC_Code | |
decode_soft_out(const vec &llr_in) | itpp::LDPC_Code | |
decoder_parameterization(const LDPC_Parity *const H) | itpp::LDPC_Code | [protected] |
encode(const bvec &input, bvec &output) | itpp::LDPC_Code | [virtual] |
encode(const bvec &input) | itpp::LDPC_Code | [virtual] |
G | itpp::LDPC_Code | [protected] |
G_defined | itpp::LDPC_Code | [protected] |
get_decoding_method() const | itpp::LDPC_Code | [inline] |
get_llrcalc() const | itpp::LDPC_Code | [inline] |
get_ncheck() const | itpp::LDPC_Code | [inline] |
get_ninfo() const | itpp::LDPC_Code | [inline] |
get_nrof_iterations() const | itpp::LDPC_Code | [inline] |
get_nvar() const | itpp::LDPC_Code | [inline] |
get_rate() const | itpp::LDPC_Code | [inline, virtual] |
H_defined | itpp::LDPC_Code | [protected] |
integrity_check() | itpp::LDPC_Code | [protected] |
LDPC_Code() | itpp::LDPC_Code | |
LDPC_Code(const LDPC_Parity *const H, LDPC_Generator *const G=0) | itpp::LDPC_Code | |
LDPC_Code(const std::string &filename, LDPC_Generator *const G=0) | itpp::LDPC_Code | |
llrcalc | itpp::LDPC_Code | [protected] |
load_code(const std::string &filename, LDPC_Generator *const G=0) | itpp::LDPC_Code | |
max_iters | itpp::LDPC_Code | [protected] |
ncheck | itpp::LDPC_Code | [protected] |
nvar | itpp::LDPC_Code | [protected] |
operator<<(std::ostream &os, const LDPC_Code &C) | itpp::LDPC_Code | [friend] |
pisc | itpp::LDPC_Code | [protected] |
psc | itpp::LDPC_Code | [protected] |
save_code(const std::string &filename) const | itpp::LDPC_Code | |
set_code(const LDPC_Parity *const H, LDPC_Generator *const G=0) | itpp::LDPC_Code | |
set_decoding_method(const std::string &method) | itpp::LDPC_Code | |
set_exit_conditions(int max_iters, bool syndr_check_each_iter=true, bool syndr_check_at_start=false) | itpp::LDPC_Code | |
set_llrcalc(const LLR_calc_unit &llrcalc) | itpp::LDPC_Code | |
setup_decoder() | itpp::LDPC_Code | [protected] |
syndrome_check(const QLLRvec &LLR) const | itpp::LDPC_Code | |
syndrome_check(const bvec &b) const | itpp::LDPC_Code | |
~Channel_Code() | itpp::Channel_Code | [inline, virtual] |
~LDPC_Code() | itpp::LDPC_Code | [inline, virtual] |