MCPcopy Create free account
hub / github.com/Singular/Singular / getColumnKey

Method getColumnKey

kernel/linear_algebra/Minor.cc:292–295  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

290}
291
292unsigned int MinorKey::getColumnKey(const int blockIndex) const
293{
294 return _columnKey[blockIndex];
295}
296
297int MinorKey::getNumberOfRowBlocks() const
298{

Callers 5

compareMethod · 0.95
selectNextColumnsMethod · 0.95
MinorKeyMethod · 0.80
Minor.ccFile · 0.80
selectFirstColumnsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected