Scippy

SoPlex

Sequential object-oriented simPlex

CLUFactorRational::L Struct Reference

Data structures for saving the working matrix and L factor. More...

#include <clufactor_rational.h>

Public Attributes

DVectorRational val
 values of L vectors More...
 
int * idx
 array of size val.dim() storing indices of L vectors More...
 
int startSize
 size of array start More...
 
int firstUpdate
 number of first update L vector More...
 
int firstUnused
 number of first unused L vector More...
 
int * start
 starting positions in val and idx More...
 
int * row
 column indices of L vectors More...
 
int updateType
 type of updates to be used. More...
 
DVectorRational rval
 values of rows of L More...
 
int * ridx
 indices of rows of L More...
 
int * rbeg
 start of rows in rval and ridx More...
 
int * rorig
 original row permutation More...
 
int * rperm
 original row permutation More...
 

Detailed Description

Data structures for saving the working matrix and L factor.

Definition at line 159 of file clufactor_rational.h.

Member Data Documentation