Loading...
Searching...
No Matches
CLUFactor< R >::L Struct Reference Data structures for saving the working matrix and L factor. More...
Detailed Descriptiontemplate<class R> struct soplex::CLUFactor< R >::L Data structures for saving the working matrix and L factor. Definition at line 180 of file clufactor.h. Member Data Documentation◆ firstUnused
template<class R >
number of first unused L vector Definition at line 187 of file clufactor.h. Referenced by SLUFactor< R >::memory(). ◆ firstUpdate
template<class R >
number of first update L vector Definition at line 186 of file clufactor.h. ◆ idx
template<class R >
indices of L vectors Definition at line 184 of file clufactor.h. ◆ rbeg
template<class R >
start of rows in rval and ridx Definition at line 198 of file clufactor.h. ◆ ridx
template<class R >
indices of rows of L Definition at line 197 of file clufactor.h. ◆ rorig
template<class R >
original row permutation Definition at line 199 of file clufactor.h. ◆ row
template<class R >
column indices of L vectors Definition at line 189 of file clufactor.h. ◆ rperm
template<class R >
original row permutation Definition at line 200 of file clufactor.h. ◆ rval
template<class R >
values of rows of L Definition at line 196 of file clufactor.h. ◆ size
template<class R >
size of arrays val and idx Definition at line 182 of file clufactor.h. ◆ start
template<class R >
starting positions in val and idx Definition at line 188 of file clufactor.h. Referenced by SLUFactor< R >::memory(). ◆ startSize
template<class R >
size of array start Definition at line 185 of file clufactor.h. ◆ updateType
template<class R >
type of updates to be used. Definition at line 190 of file clufactor.h. ◆ val
template<class R >
values of L vectors Definition at line 183 of file clufactor.h.
|