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

Method Extractor_LDPC

src/Module/Extractor/LDPC/Extractor_LDPC.cpp:9–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7
8template<typename B, typename Q>
9Extractor_LDPC<B, Q>::Extractor_LDPC(const int K, const int N, const std::vector<uint32_t>& info_bits_pos)
10 : Extractor<B, Q>(K, N, 0)
11 , info_bits_pos(info_bits_pos)
12{
13 const std::string name = "Extractor_LDPC";
14 this->set_name(name);
15 for (auto& t : this->tasks)
16 t->set_replicability(true);
17}
18
19template<typename B, typename Q>
20Extractor_LDPC<B, Q>*

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected