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

Detailed Description

Data structures for saving the working matrix and L factor.

Definition at line 159 of file clufactor_rational.h.

Member Data Documentation