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

Function idCopyFirstK

kernel/ideals.h:20–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18typedef ideal * resolvente;
19
20static inline ideal idCopyFirstK (const ideal ide, const int k)
21{
22 return id_CopyFirstK(ide, k, currRing);
23}
24
25void idKeepFirstK(ideal ide, const int k);
26void idDelEquals(ideal id);

Callers 3

getMinorIdeal_IntFunction · 0.85
getMinorIdealCache_IntFunction · 0.85
getMinorIdealCache_PolyFunction · 0.85

Calls 1

id_CopyFirstKFunction · 0.85

Tested by

no test coverage detected