C(++)ECCO
C++ Error Control COding: a header-only library for ECC simulations and experiments, modeling complete coding systems across arbitrary finite fields and complex inter-field relationships - Christian Senger <senger@inue.uni-stuttgart.de>
Loading...
Searching...
No Matches
CECCO::RSCode< T > Member List

This is the complete list of members for CECCO::RSCode< T >, including all inherited members.

Bhattacharyya_bound(long double gamma) constCECCO::LinearCode< T >inline
cbegin() const noexceptCECCO::LinearCode< T >inline
cend() const noexceptCECCO::LinearCode< T >inline
Code(size_t n)CECCO::Code< T >inline
Code(const Code &other)CECCO::Code< T >inline
Code(Code &&)=defaultCECCO::Code< T >
codewordsCECCO::LinearCode< T >mutableprotected
dec_BCJR(const Vector< double > &llrs, const std::string &filename="") const overrideCECCO::LinearCode< T >inlinevirtual
dec_BD(const Vector< T > &r) const overrideCECCO::GRSCode< T >inlinevirtual
dec_BD_EE(const Vector< T > &r) const overrideCECCO::GRSCode< T >inlinevirtual
dec_BMA(const Vector< T > &r) const overrideCECCO::GRSCode< T >inlinevirtual
dec_BMA_EE(const Vector< T > &r) const overrideCECCO::GRSCode< T >inlinevirtual
dec_boosted_BD(const Vector< T > &r) const overrideCECCO::LinearCode< T >inlinevirtual
dec_burst(const Vector< T > &r) const overrideCECCO::LinearCode< T >inlinevirtual
dec_GMD(const Vector< T > &r, const std::vector< double > &reliability) constCECCO::LinearCode< T >inline
dec_Meggitt(const Vector< T > &r) const overrideCECCO::LinearCode< T >inlinevirtual
dec_ML(const Vector< T > &r) const overrideCECCO::LinearCode< T >inlinevirtual
dec_ML_EE(const Vector< T > &r) const overrideCECCO::LinearCode< T >inlinevirtual
dec_ML_soft(const Vector< double > &llrs, size_t cache_limit) const overrideCECCO::LinearCode< T >inlinevirtual
dec_recursive(const Vector< T > &r) constCECCO::Code< T >inlinevirtual
dec_recursive_EE(const Vector< T > &r) constCECCO::Code< T >inlinevirtual
dec_Viterbi(const Vector< T > &r, const std::string &filename="") const overrideCECCO::LinearCode< T >inlinevirtual
dec_Viterbi_EE(const Vector< T > &r, const std::string &filename="") const overrideCECCO::LinearCode< T >inlinevirtual
dec_Viterbi_soft(const Vector< double > &llrs, const std::string &filename="") const overrideCECCO::LinearCode< T >inlinevirtual
dec_WBA(const Vector< T > &r) const overrideCECCO::GRSCode< T >inlinevirtual
dec_WBA_EE(const Vector< T > &r) const overrideCECCO::GRSCode< T >inlinevirtual
dminCECCO::LinearCode< T >mutableprotected
enc(const Vector< T > &u) const overrideCECCO::LinearCode< T >inlinevirtual
encinv(const Vector< T > &c) const overrideCECCO::LinearCode< T >inlinevirtual
erasure_positions(const Vector< T > &r) constCECCO::Code< T >inlineprotected
erasures_present(const Vector< T > &r)CECCO::LinearCode< T >inlineprotectedstatic
FIELD typedefCECCO::LinearCode< T >
GCECCO::LinearCode< T >protected
gammaCECCO::LinearCode< T >mutableprotected
get_a() const noexceptCECCO::GRSCode< T >inline
get_alpha() const noexceptCECCO::RSCode< T >inline
get_b() const noexceptCECCO::RSCode< T >inline
get_d() const noexceptCECCO::GRSCode< T >inline
get_dmin() constCECCO::LinearCode< T >inlinevirtual
get_dual() constCECCO::LinearCode< T >inline
get_equivalent_code_in_standard_form() constCECCO::RSCode< T >inline
get_G() const noexceptCECCO::LinearCode< T >inline
get_G_in_polynomial_form() constCECCO::LinearCode< T >inline
get_G_in_trellis_oriented_form() constCECCO::LinearCode< T >inline
get_gamma() constCECCO::LinearCode< T >inline
get_H() constCECCO::LinearCode< T >inline
get_HT() const noexceptCECCO::LinearCode< T >inline
get_identical_code_in_polynomial_form() constCECCO::RSCode< T >inline
get_info(std::ostream &os) const overrideCECCO::RSCode< T >inlinevirtual
get_k() const noexceptCECCO::LinearCode< T >inline
get_Meggitt_table() constCECCO::LinearCode< T >inline
get_minimal_trellis() constCECCO::LinearCode< T >inline
get_n() const noexceptCECCO::Code< T >inline
get_R() const noexceptCECCO::LinearCode< T >inline
get_size() constCECCO::LinearCode< T >inline
get_standard_array() constCECCO::LinearCode< T >inline
get_tainted() constCECCO::LinearCode< T >inline
get_tmax() constCECCO::LinearCode< T >inline
get_trivial_trellis() constCECCO::LinearCode< T >inline
get_weight_enumerator() constCECCO::LinearCode< T >inlinevirtual
GRSCode(const Vector< T > &a, const Vector< T > &d, size_t k)CECCO::GRSCode< T >inline
GRSCode(const GRSCode &other)CECCO::GRSCode< T >inline
GRSCode(GRSCode &&other)CECCO::GRSCode< T >inline
GRSCode(const Vector< T > &a, const Vector< T > &d, size_t k, Matrix< T > G)CECCO::GRSCode< T >inlineprotected
HTCECCO::LinearCode< T >protected
infosetCECCO::LinearCode< T >protected
is_cyclic() constCECCO::LinearCode< T >inline
is_dual_containing() constCECCO::LinearCode< T >inline
is_equidistant() constCECCO::LinearCode< T >inline
is_equivalent(const LinearCode< S > &other, Matrix< T > *L_ptr=nullptr, Matrix< T > *P_ptr=nullptr) constCECCO::LinearCode< T >inline
is_identical(const LinearCode< S > &other, Matrix< T > *L_ptr=nullptr) constCECCO::LinearCode< T >inline
is_MDS() constCECCO::LinearCode< T >inline
is_narrow_sense() constCECCO::GRSCode< T >inline
is_normalized() constCECCO::GRSCode< T >inline
is_perfect() constCECCO::LinearCode< T >inline
is_polynomial() constCECCO::LinearCode< T >inline
is_primitive() constCECCO::GRSCode< T >inline
is_self_dual() constCECCO::LinearCode< T >inline
is_singly_extended() constCECCO::GRSCode< T >inline
is_weakly_self_dual() constCECCO::LinearCode< T >inline
kCECCO::LinearCode< T >protected
LinearCode(size_t n, size_t k, const Matrix< T > &X)CECCO::LinearCode< T >inline
LinearCode(size_t k, Polynomial< T > gamma)CECCO::LinearCode< T >inline
LinearCode(const LinearCode &other)CECCO::LinearCode< T >inline
LinearCode(LinearCode &&other)CECCO::LinearCode< T >inline
Meggitt_tableCECCO::LinearCode< T >mutableprotected
MICECCO::LinearCode< T >protected
minimal_trellisCECCO::LinearCode< T >mutableprotected
nCECCO::Code< T >protected
operator=(const RSCode &)=defaultCECCO::RSCode< T >
operator=(RSCode &&)=defaultCECCO::RSCode< T >
CECCO::GRSCode::operator=(const GRSCode &other)CECCO::GRSCode< T >inline
CECCO::GRSCode::operator=(GRSCode &&other)CECCO::GRSCode< T >inline
CECCO::LinearCode::operator=(const LinearCode &other)CECCO::LinearCode< T >inline
CECCO::LinearCode::operator=(LinearCode &&other)CECCO::LinearCode< T >inline
CECCO::Code::operator=(const Code &other)CECCO::Code< T >inline
CECCO::Code::operator=(Code &&)=defaultCECCO::Code< T >
P_error(double pe) constCECCO::LinearCode< T >inline
P_failure(double pe) constCECCO::LinearCode< T >inline
P_word(double pe) constCECCO::LinearCode< T >inline
polynomialCECCO::LinearCode< T >mutableprotected
punctured_codes_BDCECCO::LinearCode< T >mutableprotected
punctured_codes_MLCECCO::LinearCode< T >mutableprotected
RSCode(const T &alpha, size_t b, size_t k)CECCO::RSCode< T >inline
RSCode(const RSCode &)=defaultCECCO::RSCode< T >
RSCode(RSCode &&)=defaultCECCO::RSCode< T >
set_dmin(size_t d) const noexceptCECCO::LinearCode< T >inline
set_gamma(const Polynomial< T > &g) const noexceptCECCO::LinearCode< T >inline
set_gamma(Polynomial< T > &&g) const noexceptCECCO::LinearCode< T >inline
set_weight_enumerator(const Polynomial< InfInt > &p) const noexceptCECCO::LinearCode< T >inline
set_weight_enumerator(Polynomial< InfInt > &&p) const noexceptCECCO::LinearCode< T >inline
standard_arrayCECCO::LinearCode< T >mutableprotected
taintedCECCO::LinearCode< T >mutableprotected
tainted_burstCECCO::LinearCode< T >mutableprotected
validate_length(const Vector< S > &r) constCECCO::LinearCode< T >inlineprotected
weight_enumeratorCECCO::LinearCode< T >mutableprotected
~Code()=defaultCECCO::Code< T >virtual