Data structures for saving the working matrix and L factor. More...
#include <clufactor_rational.h>
| Public Attributes | |
| VectorRational | 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... | |
| VectorRational | 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... | |
Data structures for saving the working matrix and L factor.
Definition at line 168 of file clufactor_rational.h.
| int firstUnused | 
number of first unused L vector
Definition at line 174 of file clufactor_rational.h.
Referenced by SLUFactorRational::memory(), and SLUFactorRational::SLUFactorRational().
| int firstUpdate | 
number of first update L vector
Definition at line 173 of file clufactor_rational.h.
Referenced by SLUFactorRational::SLUFactorRational().
| int* idx | 
array of size val.dim() storing indices of L vectors
Definition at line 171 of file clufactor_rational.h.
Referenced by SLUFactorRational::SLUFactorRational().
| int* rbeg | 
start of rows in rval and ridx
Definition at line 185 of file clufactor_rational.h.
Referenced by SLUFactorRational::SLUFactorRational().
| int* ridx | 
indices of rows of L
Definition at line 184 of file clufactor_rational.h.
Referenced by SLUFactorRational::SLUFactorRational().
| int* rorig | 
original row permutation
Definition at line 186 of file clufactor_rational.h.
Referenced by SLUFactorRational::SLUFactorRational().
| int* row | 
column indices of L vectors
Definition at line 176 of file clufactor_rational.h.
Referenced by SLUFactorRational::SLUFactorRational().
| int* rperm | 
original row permutation
Definition at line 187 of file clufactor_rational.h.
Referenced by SLUFactorRational::SLUFactorRational().
| VectorRational rval | 
values of rows of L
Definition at line 183 of file clufactor_rational.h.
Referenced by SLUFactorRational::SLUFactorRational().
| int* start | 
starting positions in val and idx
Definition at line 175 of file clufactor_rational.h.
Referenced by SLUFactorRational::memory(), and SLUFactorRational::SLUFactorRational().
| int startSize | 
size of array start
Definition at line 172 of file clufactor_rational.h.
Referenced by SLUFactorRational::SLUFactorRational().
| int updateType | 
type of updates to be used.
Definition at line 177 of file clufactor_rational.h.
| VectorRational val | 
values of L vectors
Definition at line 170 of file clufactor_rational.h.
Referenced by SLUFactorRational::SLUFactorRational().