Dip
0.92.4
|
pointers used during factorization More...
#include <CoinSimpFactorization.hpp>
Public Member Functions | |
FactorPointers (int numRows, int numCols, int *UrowLengths_, int *UcolLengths_) | |
~FactorPointers () | |
Public Attributes | |
double * | rowMax |
int * | firstRowKnonzeros |
int * | prevRow |
int * | nextRow |
int * | firstColKnonzeros |
int * | prevColumn |
int * | nextColumn |
int * | newCols |
pointers used during factorization
Definition at line 21 of file CoinSimpFactorization.hpp.
FactorPointers::FactorPointers | ( | int | numRows, |
int | numCols, | ||
int * | UrowLengths_, | ||
int * | UcolLengths_ | ||
) |
FactorPointers::~FactorPointers | ( | ) |
double* FactorPointers::rowMax |
Definition at line 23 of file CoinSimpFactorization.hpp.
int* FactorPointers::firstRowKnonzeros |
Definition at line 24 of file CoinSimpFactorization.hpp.
int* FactorPointers::prevRow |
Definition at line 25 of file CoinSimpFactorization.hpp.
int* FactorPointers::nextRow |
Definition at line 26 of file CoinSimpFactorization.hpp.
int* FactorPointers::firstColKnonzeros |
Definition at line 27 of file CoinSimpFactorization.hpp.
int* FactorPointers::prevColumn |
Definition at line 28 of file CoinSimpFactorization.hpp.
int* FactorPointers::nextColumn |
Definition at line 29 of file CoinSimpFactorization.hpp.
int* FactorPointers::newCols |
Definition at line 30 of file CoinSimpFactorization.hpp.