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::Dec< T > Class Template Reference

#include <codes.hpp>

Public Member Functions

 Dec (const Code< T > &C, method_t method=method_t::ML, size_t cache_limit=10000)
Vector< T > operator() (const Vector< T > &in) const
Vector< T > operator() (const Vector< double > &in) const

Detailed Description

template<FieldType T>
class CECCO::Dec< T >

Definition at line 4711 of file codes.hpp.

Constructor & Destructor Documentation

◆ Dec()

template<FieldType T>
CECCO::Dec< T >::Dec ( const Code< T > & C,
method_t method = method_t::ML,
size_t cache_limit = 10000 )
inlineexplicit

Definition at line 4713 of file codes.hpp.

Here is the call graph for this function:
Here is the caller graph for this function:

Member Function Documentation

◆ operator()() [1/2]

template<FieldType T>
Vector< T > CECCO::Dec< T >::operator() ( const Vector< double > & in) const
inline

Definition at line 4774 of file codes.hpp.

◆ operator()() [2/2]

template<FieldType T>
Vector< T > CECCO::Dec< T >::operator() ( const Vector< T > & in) const
inline

Definition at line 4769 of file codes.hpp.


The documentation for this class was generated from the following file: