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

Method check_H_dimensions

src/Module/Encoder/LDPC/Encoder_LDPC.cpp:63–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61
62template<typename B>
63void
64Encoder_LDPC<B>::check_H_dimensions()
65{
66 H.self_turn(tools::Sparse_matrix::Way::VERTICAL);
67 this->_check_H_dimensions();
68}
69
70template<typename B>
71void

Callers 3

Encoder_LDPC_from_HMethod · 0.80
Encoder_LDPC_from_QCMethod · 0.80
Encoder_LDPC_from_IRAMethod · 0.80

Calls 2

_check_H_dimensionsMethod · 0.95
self_turnMethod · 0.80

Tested by

no test coverage detected