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

Method print

kernel/linear_algebra/Minor.cc:903–906  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

901}
902
903void MinorValue::print() const
904{
905 PrintS(this->toString().c_str());
906}
907
908
909void MinorValue::SetRankingStrategy (const int rankingStrategy)

Callers

nothing calls this directly

Calls 3

PrintSFunction · 0.85
c_strMethod · 0.80
toStringMethod · 0.45

Tested by

no test coverage detected