| 61 | |
| 62 | template<typename B, typename R> |
| 63 | Decoder_LDPC_bit_flipping_hard<B, R>* |
| 64 | Decoder_LDPC_bit_flipping_hard<B, R>::clone() const |
| 65 | { |
| 66 | throw spu::tools::unimplemented_error(__FILE__, __LINE__, __func__); |
| 67 | } |
| 68 | |
| 69 | template<typename B, typename R> |
| 70 | int |
nothing calls this directly
no outgoing calls
no test coverage detected