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

Method _reset

src/Module/Decoder/LDPC/BF/Decoder_LDPC_bit_flipping.cpp:124–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122
123template<typename B, typename R>
124void
125Decoder_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
130template<typename B, typename R>
131int

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected