Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Singular/Singular
/ setRowKey
Method
setRowKey
kernel/linear_algebra/Minor.cc:401–404 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
399
}
400
401
void MinorKey::setRowKey (const int blockIndex, const unsigned int rowKey)
402
{
403
_rowKey[blockIndex] = rowKey;
404
}
405
406
void MinorKey::setColumnKey (const int blockIndex,
407
const unsigned int columnKey)
Callers
1
getSubMinorKey
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected