![]() |
F4
Library for Gröebner basis computations over finite fields.
|
Represent a node of the list. More...
#include <list-pointer-critical-pair.h>
Public Member Functions | |
NodeListPointerCriticalPair () | |
Constructor. | |
Public Attributes | |
CriticalPair< Element > * | _cp |
NodeListPointerCriticalPair * | _next |
Represent a node of the list.
Definition at line 48 of file list-pointer-critical-pair.h.
CriticalPair<Element>* F4::NodeListPointerCriticalPair< Element >::_cp |
Pointer on a critical pair
Definition at line 61 of file list-pointer-critical-pair.h.
NodeListPointerCriticalPair* F4::NodeListPointerCriticalPair< Element >::_next |
Pointer on the next node.
Definition at line 62 of file list-pointer-critical-pair.h.