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

Function jjINTERSECT

Singular/iparith.cc:2518–2523  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2516 return FALSE;
2517}
2518static BOOLEAN jjINTERSECT(leftv res, leftv u, leftv v)
2519{
2520 res->data=(char *)idSect((ideal)u->Data(),(ideal)v->Data());
2521 if (TEST_OPT_RETURN_SB) setFlag(res,FLAG_STD);
2522 return FALSE;
2523}
2524static BOOLEAN jjINTERPOLATION (leftv res, leftv l, leftv v)
2525{
2526 const lists L = (lists)l->Data();

Callers

nothing calls this directly

Calls 2

idSectFunction · 0.85
DataMethod · 0.45

Tested by

no test coverage detected