Loading...
Searching...
No Matches
CLUFactor< R >::U::Row Struct Reference
Detailed Descriptiontemplate<class R>
struct soplex::CLUFactor< R >::U::Row Definition at line 140 of file clufactor.h. Member Data Documentation◆ elem
template<class R >
Array of ring elements. Definition at line 145 of file clufactor.h. ◆ idx
template<class R >
hold column indices of nonzeros Definition at line 149 of file clufactor.h. ◆ len
template<class R >
used nonzeros per row vectors Definition at line 151 of file clufactor.h. ◆ list
template<class R >
Double linked ringlist of VectorBase<R> indices in the order they appear in the row file Definition at line 142 of file clufactor.h. ◆ max
template<class R >
maximum available nonzeros per row: start[i] + max[i] == start[elem[i].next->idx] len[i] <= max[i]. Definition at line 152 of file clufactor.h. ◆ size
template<class R >
size of arrays val and idx Definition at line 146 of file clufactor.h. ◆ start
template<class R >
starting positions in val and idx Definition at line 150 of file clufactor.h. ◆ used
template<class R >
used entries of arrays idx and val Definition at line 147 of file clufactor.h. ◆ val
template<class R >
hold nonzero values Definition at line 148 of file clufactor.h.
|