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

Method _encode

src/Module/Encoder/NO/Encoder_NO.cpp:27–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25
26template<typename B>
27void
28Encoder_NO<B>::_encode(const B* U_K, B* X_K, const size_t /*frame_id*/)
29{
30 std::copy(U_K, U_K + this->K, X_K);
31}
32
33template<typename B>
34bool

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected