MCPcopy 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
401void MinorKey::setRowKey (const int blockIndex, const unsigned int rowKey)
402{
403 _rowKey[blockIndex] = rowKey;
404}
405
406void MinorKey::setColumnKey (const int blockIndex,
407 const unsigned int columnKey)

Callers 1

getSubMinorKeyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected