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

Function jjidFreeModule

Singular/iparith.cc:5682–5686  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5680 return FALSE;
5681}
5682static BOOLEAN jjidFreeModule(leftv res, leftv v)
5683{
5684 res->data = (char *)id_FreeModule((int)(long)v->Data(), currRing);
5685 return FALSE;
5686}
5687static BOOLEAN jjidVec2Ideal(leftv res, leftv v)
5688{
5689 res->data = (char *)id_Vec2Ideal((poly)v->Data(), currRing);

Callers

nothing calls this directly

Calls 2

id_FreeModuleFunction · 0.85
DataMethod · 0.45

Tested by

no test coverage detected