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

Method _decode_siso

src/Module/Decoder/NO/Decoder_NO.cpp:30–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28
29template<typename B, typename R>
30int
31Decoder_NO<B, R>::_decode_siso(const R* sys, const R* /*par*/, R* ext, const size_t /*frame_id*/)
32{
33 std::copy(sys, sys + this->K, ext);
34
35 return 0;
36}
37
38template<typename B, typename R>
39int

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected