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

Method clone

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

Source from the content-addressed store, hash-verified

20
21template<typename B>
22Encoder_LDPC<B>*
23Encoder_LDPC<B>::clone() const
24{
25 auto m = new Encoder_LDPC(*this);
26 m->deep_copy(*this);
27 return m;
28}
29
30template<typename B>
31Encoder_LDPC<B>::Encoder_LDPC(const int K, const int N, const tools::Sparse_matrix& G)

Callers

nothing calls this directly

Calls 1

deep_copyMethod · 0.45

Tested by

no test coverage detected