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.
Referenced by CLUFactorRational::eliminateColSingletons(), CLUFactorRational::eliminateNucleus(), CLUFactorRational::eliminateRowSingletons(), CLUFactorRational::initFactorRings(), CLUFactorRational::isConsistent(), and CLUFactorRational::selectPivots().
int mkwtz |
markowitz number of pivot
Definition at line 64 of file clufactor_rational.h.
Referenced by CLUFactorRational::eliminateNucleus(), and CLUFactorRational::selectPivots().
Pring* next |
Definition at line 60 of file clufactor_rational.h.
Referenced by CLUFactorRational::eliminateNucleus(), CLUFactorRational::isConsistent(), and CLUFactorRational::selectPivots().
int pos |
position of pivot column in row
Definition at line 63 of file clufactor_rational.h.
Referenced by CLUFactorRational::eliminateNucleus(), and CLUFactorRational::selectPivots().
Pring* prev |
Definition at line 61 of file clufactor_rational.h.
Referenced by CLUFactorRational::eliminateColSingletons(), CLUFactorRational::eliminateRowSingletons(), and CLUFactorRational::selectPivots().