Home
last modified time | relevance | path

Searched refs:PEL_N (Results 1 – 1 of 1) sorted by relevance

/dports/math/palp/palp-2.20/
H A DE_Poly.c1204 Poset_Element_List PEL_D, PEL_N; in Compute_E_Poly() local
1218 PEL_D.n = Num_Pos(_C_D); PEL_N.n = Num_Pos(_C_N); in Compute_E_Poly()
1222 PEL_N.L = (Poset_Element *) calloc(PEL_D.n, sizeof(Poset_Element)); in Compute_E_Poly()
1223 if (PEL_N.L == NULL) Die("Unable to alloc space for PEL_N.L"); in Compute_E_Poly()
1225 Make_PosetList(_C_D, &PEL_D); Make_PosetList(_C_N, &PEL_N); in Compute_E_Poly()
1234 Make_S_Poly(_C_D, _V_N, _E_N, _P_N, &PEL_N, _S_N, _F->S, _F->T); in Compute_E_Poly()
1252 free(PEL_D.L); free(PEL_N.L); free(_S_D); free(_S_N); free(IL.L); in Compute_E_Poly()