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

Method setMinorSize

kernel/linear_algebra/MinorProcessor.cc:108–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106}
107
108void MinorProcessor::setMinorSize(const int minorSize)
109{
110 _minorSize = minorSize;
111 _minor.reset();
112}
113
114bool MinorProcessor::hasNextMinor()
115{

Callers 4

getMinorIdeal_IntFunction · 0.80
getMinorIdeal_PolyFunction · 0.80
getMinorIdealCache_IntFunction · 0.80
getMinorIdealCache_PolyFunction · 0.80

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected