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

Method SetShortExpVector

kernel/GBEngine/kInline.h:788–798  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

786}
787
788KINLINE void sLObject::SetShortExpVector()
789{
790 if (t_p != NULL)
791 {
792 sev = p_GetShortExpVector(t_p, tailRing);
793 }
794 else
795 {
796 sev = p_GetShortExpVector(p, currRing);
797 }
798}
799
800KINLINE void sLObject::Copy()
801{

Callers 15

redLiftstdFunction · 0.80
kLiftstd.ccFile · 0.80
redRing_ZFunction · 0.80
redRing_Z_SFunction · 0.80
redRingFunction · 0.80
redRing_SFunction · 0.80
redHomogFunction · 0.80
redSigFunction · 0.80
redSigRingFunction · 0.80
kstd2.ccFile · 0.80
redtailSbaFunction · 0.80
redLazyFunction · 0.80

Calls 1

p_GetShortExpVectorFunction · 0.85

Tested by

no test coverage detected