pointers used during factorization
More...
#include <CoinSimpFactorization.hpp>
pointers used during factorization
Definition at line 21 of file CoinSimpFactorization.hpp.
◆ FactorPointers() [1/2]
FactorPointers::FactorPointers |
( |
int |
numRows, |
|
|
int |
numCols, |
|
|
int * |
UrowLengths_, |
|
|
int * |
UcolLengths_ |
|
) |
| |
◆ ~FactorPointers() [1/2]
FactorPointers::~FactorPointers |
( |
| ) |
|
◆ FactorPointers() [2/2]
FactorPointers::FactorPointers |
( |
int |
numRows, |
|
|
int |
numCols, |
|
|
int * |
UrowLengths_, |
|
|
int * |
UcolLengths_ |
|
) |
| |
◆ ~FactorPointers() [2/2]
FactorPointers::~FactorPointers |
( |
| ) |
|
◆ rowMax
double * FactorPointers::rowMax |
◆ firstRowKnonzeros
int * FactorPointers::firstRowKnonzeros |
◆ prevRow
int * FactorPointers::prevRow |
◆ nextRow
int * FactorPointers::nextRow |
◆ firstColKnonzeros
int * FactorPointers::firstColKnonzeros |
◆ prevColumn
int * FactorPointers::prevColumn |
◆ nextColumn
int * FactorPointers::nextColumn |
◆ newCols
int * FactorPointers::newCols |
The documentation for this class was generated from the following file: