Macaulay2 Engine
Loading...
Searching...
No Matches

◆ res_degree()

res_degree::res_degree ( )
inline

Definition at line 37 of file res-a1.hpp.

38 : first(nullptr),
39 next_new_pair(nullptr),
40 next_pair(nullptr),
41 next_gen(nullptr),
42 is_sorted(0),
43 npairs(0),
44 nleft(0),
45 nminimal(0)
46 {
47 }
res_pair * next_new_pair
Definition res-a1.hpp:27
int nminimal
Definition res-a1.hpp:34
int npairs
Definition res-a1.hpp:32
res_pair * next_gen
Definition res-a1.hpp:29
int nleft
Definition res-a1.hpp:33
res_pair * first
Definition res-a1.hpp:25
res_pair * next_pair
Definition res-a1.hpp:28
int is_sorted
Definition res-a1.hpp:31

References first, is_sorted, next_gen, next_new_pair, next_pair, nleft, nminimal, and npairs.