| 122 | |
| 123 | template<typename B, typename R> |
| 124 | void |
| 125 | Decoder_LDPC_bit_flipping<B, R>::_reset(const size_t frame_id) |
| 126 | { |
| 127 | std::fill(this->C_to_V[frame_id].begin(), this->C_to_V[frame_id].end(), (R)0); |
| 128 | } |
| 129 | |
| 130 | template<typename B, typename R> |
| 131 | int |
nothing calls this directly
no outgoing calls
no test coverage detected