Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aff3ct/aff3ct
/ check_G_dimensions
Method
check_G_dimensions
src/Module/Encoder/LDPC/Encoder_LDPC.cpp:55–60 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
53
54
template<typename B>
55
void
56
Encoder_LDPC<B>::check_G_dimensions()
57
{
58
G.self_turn(tools::Sparse_matrix::Way::VERTICAL);
59
this->_check_G_dimensions();
60
}
61
62
template<typename B>
63
void
Callers
1
Encoder_LDPC_from_H
Method · 0.80
Calls
2
_check_G_dimensions
Method · 0.95
self_turn
Method · 0.80
Tested by
no test coverage detected