Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
287
unsigned int MinorKey::getRowKey(const int blockIndex) const
288
{
289
return _rowKey[blockIndex];
290
}
291
292
unsigned int MinorKey::getColumnKey(const int blockIndex) const
293
{
Callers
5
compare
Method · 0.95
selectNextRows
Method · 0.95
MinorKey
Method · 0.80
Minor.cc
File · 0.80
selectFirstRows
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected