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

Method clone

src/Module/Decoder/LDPC/BF/Decoder_LDPC_bit_flipping_hard.cpp:63–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61
62template<typename B, typename R>
63Decoder_LDPC_bit_flipping_hard<B, R>*
64Decoder_LDPC_bit_flipping_hard<B, R>::clone() const
65{
66 throw spu::tools::unimplemented_error(__FILE__, __LINE__, __func__);
67}
68
69template<typename B, typename R>
70int

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected