Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
62
template<typename B>
63
void
64
Encoder_LDPC<B>::check_H_dimensions()
65
{
66
H.self_turn(tools::Sparse_matrix::Way::VERTICAL);
67
this->_check_H_dimensions();
68
}
69
70
template<typename B>
71
void
Callers
3
Encoder_LDPC_from_H
Method · 0.80
Encoder_LDPC_from_QC
Method · 0.80
Encoder_LDPC_from_IRA
Method · 0.80
Calls
2
_check_H_dimensions
Method · 0.95
self_turn
Method · 0.80
Tested by
no test coverage detected