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

Method setColumnKey

kernel/linear_algebra/Minor.cc:406–410  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

404}
405
406void MinorKey::setColumnKey (const int blockIndex,
407 const unsigned int columnKey)
408{
409 _columnKey[blockIndex] = columnKey;
410}
411
412int MinorKey::compare (const MinorKey& that) const
413{

Callers 1

getSubMinorKeyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected