SoPlex
|
Temporary data structures. More...
#include <clufactor_rational.h>
Public Member Functions | |
Temp () | |
constructor | |
~Temp () | |
destructor | |
void | init (int p_dim) |
initialization | |
void | clear () |
clears the structure |
Public Attributes | |
int * | s_mark |
marker | |
VectorRational | s_max |
maximum absolute value per row (or -1) | |
int * | s_cact |
lengths of columns of active submatrix | |
int | stage |
stage of the structure | |
Pring | pivots |
ring of selected pivot rows | |
Pring * | pivot_col |
column index handlers for Real linked list | |
Pring * | pivot_colNZ |
lists for columns to number of nonzeros | |
Pring * | pivot_row |
row index handlers for Real linked list | |
Pring * | pivot_rowNZ |
lists for rows to number of nonzeros |
Private Member Functions | |
Temp (const Temp &) | |
blocked copy constructor | |
Temp & | operator= (const Temp &) |
blocked assignment operator |
Temporary data structures.
Definition at line 95 of file clufactor_rational.h.
Temp | ( | ) |
constructor
Referenced by operator=(), and Temp().
~Temp | ( | ) |
destructor
void clear | ( | ) |
clears the structure
void init | ( | int | p_dim | ) |
initialization
Pring* pivot_col |
column index handlers for Real linked list
Definition at line 103 of file clufactor_rational.h.
Pring* pivot_colNZ |
lists for columns to number of nonzeros
Definition at line 104 of file clufactor_rational.h.
Pring* pivot_row |
row index handlers for Real linked list
Definition at line 105 of file clufactor_rational.h.
Pring* pivot_rowNZ |
lists for rows to number of nonzeros
Definition at line 106 of file clufactor_rational.h.
Pring pivots |
ring of selected pivot rows
Definition at line 102 of file clufactor_rational.h.
int* s_cact |
lengths of columns of active submatrix
Definition at line 100 of file clufactor_rational.h.
int* s_mark |
marker
Definition at line 98 of file clufactor_rational.h.
VectorRational s_max |
maximum absolute value per row (or -1)
Definition at line 99 of file clufactor_rational.h.
int stage |
stage of the structure
Definition at line 101 of file clufactor_rational.h.