Pivot Ring. More...
#include <clufactor.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 78 of file clufactor.h.
Pring | ( | ) |
Definition at line 87 of file clufactor.h.
References CLUFactor< R >::Pring::idx, CLUFactor< R >::Pring::mkwtz, and CLUFactor< R >::Pring::pos.
int idx |
index of pivot row
Definition at line 83 of file clufactor.h.
Referenced by CLUFactor< R >::Pring::Pring().
int mkwtz |
markowitz number of pivot
Definition at line 85 of file clufactor.h.
Referenced by CLUFactor< R >::Pring::Pring().
Pring* next |
Definition at line 81 of file clufactor.h.
int pos |
position of pivot column in row
Definition at line 84 of file clufactor.h.
Referenced by CLUFactor< R >::Pring::Pring().
Pring* prev |
Definition at line 82 of file clufactor.h.