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

Function jjINTERRED

Singular/iparith.cc:4465–4471  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4463 return FALSE;
4464}
4465static BOOLEAN jjINTERRED(leftv res, leftv v)
4466{
4467 ideal result=kInterRed((ideal)(v->Data()), currRing->qideal);
4468 if (TEST_OPT_PROT) { PrintLn(); mflush(); }
4469 res->data = result;
4470 return FALSE;
4471}
4472static BOOLEAN jjBIV2IV(leftv res, leftv v)
4473{
4474 bigintmat* aa= (bigintmat *)v->Data();

Callers

nothing calls this directly

Calls 3

kInterRedFunction · 0.85
PrintLnFunction · 0.50
DataMethod · 0.45

Tested by

no test coverage detected