#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 |
Definition at line 22 of file CoinSimpFactorization.hpp.
FactorPointers::FactorPointers | ( | int | numRows, | |
int | numCols, | |||
int * | UrowLengths_, | |||
int * | UcolLengths_ | |||
) |
FactorPointers::~FactorPointers | ( | ) |
double* FactorPointers::rowMax |
Definition at line 24 of file CoinSimpFactorization.hpp.
Definition at line 25 of file CoinSimpFactorization.hpp.
Definition at line 26 of file CoinSimpFactorization.hpp.
Definition at line 27 of file CoinSimpFactorization.hpp.
Definition at line 28 of file CoinSimpFactorization.hpp.
Definition at line 29 of file CoinSimpFactorization.hpp.
Definition at line 30 of file CoinSimpFactorization.hpp.
Definition at line 31 of file CoinSimpFactorization.hpp.