Scippy

SoPlex

Sequential object-oriented simPlex

CLUFactor::L Struct Reference

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

#include <clufactor.h>

Public Attributes

int size
 size of arrays val and idx More...
 
Realval
 values of L vectors More...
 
int * idx
 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...
 
Realrval
 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 157 of file clufactor.h.

Member Data Documentation

int startSize

size of array start

Definition at line 162 of file clufactor.h.

Referenced by SLUFactor::assign(), SLUFactor::clear(), SLUFactor::load(), CLUFactor::makeLvec(), and SLUFactor::SLUFactor().