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

Method PolyMinorValue

kernel/linear_algebra/Minor.cc:1070–1084  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1068}
1069
1070PolyMinorValue::PolyMinorValue (const poly result, const int multiplications,
1071 const int additions,
1072 const int accumulatedMultiplications,
1073 const int accumulatedAdditions,
1074 const int retrievals,
1075 const int potentialRetrievals)
1076{
1077 _result = pCopy(result);
1078 _multiplications = multiplications;
1079 _additions = additions;
1080 _accumulatedMult = accumulatedMultiplications;
1081 _accumulatedSum = accumulatedAdditions;
1082 _potentialRetrievals = potentialRetrievals;
1083 _retrievals = retrievals;
1084}
1085
1086PolyMinorValue::PolyMinorValue ()
1087{

Callers

nothing calls this directly

Calls 7

getResultMethod · 0.80
getRetrievalsMethod · 0.80
getMultiplicationsMethod · 0.80
getAdditionsMethod · 0.80

Tested by

no test coverage detected