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

Method getRowKey

kernel/linear_algebra/Minor.cc:287–290  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

285}
286
287unsigned int MinorKey::getRowKey(const int blockIndex) const
288{
289 return _rowKey[blockIndex];
290}
291
292unsigned int MinorKey::getColumnKey(const int blockIndex) const
293{

Callers 5

compareMethod · 0.95
selectNextRowsMethod · 0.95
MinorKeyMethod · 0.80
Minor.ccFile · 0.80
selectFirstRowsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected