Loading...
Searching...
No Matches
CLUFactor< R >::U::Col Struct Reference
Detailed Descriptiontemplate<class R>
struct soplex::CLUFactor< R >::U::Col Definition at line 158 of file clufactor.h. Member Data Documentation◆ elem
template<class R >
Array of ring elements. Definition at line 163 of file clufactor.h. ◆ idx
template<class R >
hold row indices of nonzeros Definition at line 166 of file clufactor.h. ◆ len
template<class R >
used nonzeros per column vector Definition at line 171 of file clufactor.h. ◆ list
template<class R >
Double linked ringlist of VectorBase<R> indices in the order they appear in the column file Definition at line 160 of file clufactor.h. ◆ max
template<class R >
maximum available nonzeros per colunn: start[i] + max[i] == start[elem[i].next->idx] len[i] <= max[i]. Definition at line 172 of file clufactor.h. ◆ size
template<class R >
size of array idx Definition at line 164 of file clufactor.h. ◆ start
template<class R >
starting positions in val and idx Definition at line 170 of file clufactor.h. ◆ used
template<class R >
used entries of array idx Definition at line 165 of file clufactor.h. ◆ val
template<class R >
hold nonzero values: this is only initialized in the end of the factorization with DEFAULT updates. Definition at line 167 of file clufactor.h.
|