Pivot Ring. More...
#include <clufactor_rational.h>
Public Member Functions | |
Pring () | |
Public Attributes | |
Pring * | next |
Pring * | prev |
int | idx |
index of pivot row More... | |
int | pos |
position of pivot column in row More... | |
int | mkwtz |
markowitz number of pivot More... | |
Private Member Functions | |
Pring (const Pring &) | |
blocked copy constructor More... | |
Pring & | operator= (const Pring &) |
blocked assignment operator More... | |
Pivot Ring.
Definition at line 57 of file clufactor_rational.h.
Pring | ( | ) |
Definition at line 66 of file clufactor_rational.h.
int idx |
index of pivot row
Definition at line 62 of file clufactor_rational.h.
int mkwtz |
markowitz number of pivot
Definition at line 64 of file clufactor_rational.h.
Pring* next |
Definition at line 60 of file clufactor_rational.h.
int pos |
position of pivot column in row
Definition at line 63 of file clufactor_rational.h.
Pring* prev |
Definition at line 61 of file clufactor_rational.h.