MCPcopy Create free account
hub / github.com/Singular/Singular / operator<

Method operator<

kernel/linear_algebra/Minor.cc:451–455  ·  view source on GitHub ↗

just to make the compiler happy; this method should never be called */

Source from the content-addressed store, hash-verified

449/* just to make the compiler happy;
450 this method should never be called */
451bool MinorKey::operator<(const MinorKey& mk) const
452{
453 assume(false);
454 return this->compare(mk) == -1;
455}
456
457void MinorKey::selectFirstRows (const int k, const MinorKey& mk)
458{

Callers

nothing calls this directly

Calls 1

compareMethod · 0.95

Tested by

no test coverage detected