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

Function jjKBASE

Singular/iparith.cc:4567–4572  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4565#endif
4566}
4567static BOOLEAN jjKBASE(leftv res, leftv v)
4568{
4569 assumeStdFlag(v);
4570 res->data = (char *)scKBase(-1,(ideal)(v->Data()),currRing->qideal);
4571 return FALSE;
4572}
4573static BOOLEAN jjL2R(leftv res, leftv v)
4574{
4575 res->data=(char *)syConvList((lists)v->Data());

Callers

nothing calls this directly

Calls 3

assumeStdFlagFunction · 0.85
scKBaseFunction · 0.85
DataMethod · 0.45

Tested by

no test coverage detected