MCPcopy Create free account
hub / github.com/aff3ct/aff3ct / Encoder_polar_sys

Method Encoder_polar_sys

src/Module/Encoder/Polar/Encoder_polar_sys.cpp:8–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6
7template<typename B>
8Encoder_polar_sys<B>::Encoder_polar_sys(const int& K, const int& N, const std::vector<bool>& frozen_bits)
9 : Encoder_polar<B>(K, N, frozen_bits)
10{
11 const std::string name = "Encoder_polar_sys";
12 this->set_name(name);
13 for (auto& t : this->tasks)
14 t->set_replicability(true);
15 this->set_sys(true);
16}
17
18template<typename B>
19Encoder_polar_sys<B>*

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected