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

Method IntMinorValue

kernel/linear_algebra/Minor.cc:988–1002  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

986}
987
988IntMinorValue::IntMinorValue (const int result, const int multiplications,
989 const int additions,
990 const int accumulatedMultiplications,
991 const int accumulatedAdditions,
992 const int retrievals,
993 const int potentialRetrievals)
994{
995 _result = result;
996 _multiplications = multiplications;
997 _additions = additions;
998 _accumulatedMult = accumulatedMultiplications;
999 _accumulatedSum = accumulatedAdditions;
1000 _potentialRetrievals = potentialRetrievals;
1001 _retrievals = retrievals;
1002}
1003
1004IntMinorValue::IntMinorValue ()
1005{

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