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

Method Encoder_LDPC

src/Module/Encoder/LDPC/Encoder_LDPC.cpp:12–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10
11template<typename B>
12Encoder_LDPC<B>::Encoder_LDPC(const int K, const int N)
13 : Encoder<B>(K, N)
14{
15 const std::string name = "Encoder_LDPC";
16 this->set_name(name);
17 for (auto& t : this->tasks)
18 t->set_replicability(true);
19}
20
21template<typename B>
22Encoder_LDPC<B>*

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected