Loading...
Searching...
No Matches
CLUFactor< R >::U::Col Struct Reference
Detailed DescriptionDefinition at line 147 of file clufactor.h. Member Data Documentation◆ elemArray of ring elements. Definition at line 152 of file clufactor.h. ◆ idxhold row indices of nonzeros Definition at line 155 of file clufactor.h. ◆ lenused nonzeros per column vector Definition at line 160 of file clufactor.h. ◆ listDouble linked ringlist of VectorBase<R> indices in the order they appear in the column file Definition at line 149 of file clufactor.h. ◆ maxmaximum available nonzeros per colunn: start[i] + max[i] == start[elem[i].next->idx] len[i] <= max[i]. Definition at line 161 of file clufactor.h. ◆ sizesize of array idx Definition at line 153 of file clufactor.h. ◆ startstarting positions in val and idx Definition at line 159 of file clufactor.h. ◆ usedused entries of array idx Definition at line 154 of file clufactor.h. ◆ valhold nonzero values: this is only initialized in the end of the factorization with DEFAULT updates. Definition at line 156 of file clufactor.h.
|