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

Method getEntry

kernel/linear_algebra/MinorProcessor.cc:653–657  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

651}
652
653int IntMinorProcessor::getEntry (const int rowIndex,
654 const int columnIndex) const
655{
656 return _intMatrix[rowIndex * _columns + columnIndex];
657}
658
659IntMinorValue IntMinorProcessor::getMinorPrivateLaplace(
660 const int k, const MinorKey& mk,

Callers 1

getSuxFileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected