#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 50 of file clufactor.h.
int idx |
Definition at line 54 of file clufactor.h.
Dring* next |
Definition at line 52 of file clufactor.h.
Dring* prev |
Definition at line 53 of file clufactor.h.