#include <clufactor.h>
Public Attributes | |
| Dring * | next |
| Dring * | prev |
| int | idx |
Doubly linked ring structure for garbage collection of column or row file in working matrix.
Definition at line 47 of file clufactor.h.
| int idx |
Definition at line 51 of file clufactor.h.
Referenced by SLUFactor::assign(), CLUFactor::CLUFactor(), CLUFactor::forestPackColumns(), CLUFactor::forestReMaxCol(), CLUFactor::initFactorMatrix(), CLUFactor::isConsistent(), SLUFactor::load(), CLUFactor::packColumns(), CLUFactor::packRows(), CLUFactor::remaxCol(), CLUFactor::remaxRow(), and SLUFactor::SLUFactor().
| Dring* next |
Definition at line 49 of file clufactor.h.
Referenced by SLUFactor::assign(), CLUFactor::forestPackColumns(), CLUFactor::forestReMaxCol(), CLUFactor::initFactorMatrix(), CLUFactor::isConsistent(), CLUFactor::packColumns(), CLUFactor::packRows(), CLUFactor::remaxCol(), and CLUFactor::remaxRow().
| Dring* prev |
Definition at line 50 of file clufactor.h.
Referenced by SLUFactor::assign(), CLUFactor::forestReMaxCol(), CLUFactor::initFactorMatrix(), CLUFactor::isConsistent(), CLUFactor::remaxCol(), and CLUFactor::remaxRow().