Home
last modified time | relevance | path

Searched refs:ShiftedComponents (Results 1 – 7 of 7) sorted by last modified time

/dports/math/singular/Singular-Release-4-2-1/libpolys/polys/monomials/
H A Dring.h169 long *ShiftedComponents; // pointer into index field member
H A Dring.cc2368 ord_struct.data.syzcomp.ShiftedComponents=NULL; in rO_Syzcomp()
3939 assume( r->typ[i].data.syzcomp.ShiftedComponents == NULL ); in rUnComplete()
4359 r->typ[1].data.syzcomp.ShiftedComponents = currShiftedComponents; in rNChangeSComps()
4367 *currShiftedComponents = r->typ[1].data.syzcomp.ShiftedComponents; in rNGetSComps()
H A Dp_polys.cc308 long* ShiftedComponents = (_componentsExternal ? _componentsShifted: in p_Setm_General()
309 o->data.syzcomp.ShiftedComponents); in p_Setm_General()
310 if (ShiftedComponents != NULL) in p_Setm_General()
314 sc = ShiftedComponents[Components[c]]; in p_Setm_General()
526 void p_Setm_Syz(poly p, ring r, int* Components, long* ShiftedComponents) in p_Setm_Syz() argument
529 _componentsShifted = ShiftedComponents; in p_Setm_Syz()
/dports/math/singular/Singular-Release-4-2-1/kernel/GBEngine/
H A Dsyz1.cc29 int* Components, long* ShiftedComponents);
420 currShiftedComponents = syzstr->ShiftedComponents[index-1]; in syResetShiftedComponents()
467 long *shind=syzstr->ShiftedComponents[index]; in syOrder()
740 syzstr->ShiftedComponents[index] in syEnlargeFields()
782 long * ShiftedComponents = syzstr->ShiftedComponents[index]; in syRedNextPairs() local
784 assume(Components != NULL && ShiftedComponents != NULL); in syRedNextPairs()
862 ShiftedComponents = syzstr->ShiftedComponents[index]; in syRedNextPairs()
1083 long * ShiftedComponents = syzstr->ShiftedComponents[index]; in syCreateNewPairs() local
1101 p_Setm_Syz(p, currRing, Components, ShiftedComponents); in syCreateNewPairs()
1565 syzstr->ShiftedComponents[i]=NULL; in syKillComputation()
[all …]
H A Dsyz.h40 long** ShiftedComponents; variable
H A Dsyz2.cc511 assume((syzstr->truecomponents[index]) != NULL && (syzstr->ShiftedComponents[index]) != NULL); in syRedNextPairs_Hilb()
1009 syzstr->ShiftedComponents = (long**)omAlloc0((*length+1)*sizeof(long*)); in syHilb()
/dports/math/singular/Singular-Release-4-2-1/libpolys/polys/
H A DpDebug.cc271 ccc1 = o->data.syzcomp.ShiftedComponents[cc1]; in _p_Test()