Loading...
Searching...
No Matches
CLUFactor< R >::U::Row Struct Reference
Detailed DescriptionDefinition at line 129 of file clufactor.h. Member Data Documentation◆ elemArray of ring elements. Definition at line 134 of file clufactor.h. ◆ idxhold column indices of nonzeros Definition at line 138 of file clufactor.h. ◆ lenused nonzeros per row vectors Definition at line 140 of file clufactor.h. ◆ listDouble linked ringlist of VectorBase<R> indices in the order they appear in the row file Definition at line 131 of file clufactor.h. ◆ maxmaximum available nonzeros per row: start[i] + max[i] == start[elem[i].next->idx] len[i] <= max[i]. Definition at line 141 of file clufactor.h. ◆ sizesize of arrays val and idx Definition at line 135 of file clufactor.h. ◆ startstarting positions in val and idx Definition at line 139 of file clufactor.h. ◆ usedused entries of arrays idx and val Definition at line 136 of file clufactor.h. ◆ valhold nonzero values Definition at line 137 of file clufactor.h.
|