Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
108
void MinorProcessor::setMinorSize(const int minorSize)
109
{
110
_minorSize = minorSize;
111
_minor.reset();
112
}
113
114
bool MinorProcessor::hasNextMinor()
115
{
Callers
4
getMinorIdeal_Int
Function · 0.80
getMinorIdeal_Poly
Function · 0.80
getMinorIdealCache_Int
Function · 0.80
getMinorIdealCache_Poly
Function · 0.80
Calls
1
reset
Method · 0.45
Tested by
no test coverage detected