FactorPointers Class Reference

pointers used during factorization More...

#include <CoinSimpFactorization.hpp>

List of all members.

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


Detailed Description

pointers used during factorization

Definition at line 23 of file CoinSimpFactorization.hpp.


Constructor & Destructor Documentation

FactorPointers::FactorPointers ( int  numRows,
int  numCols,
int *  UrowLengths_,
int *  UcolLengths_ 
)

FactorPointers::~FactorPointers (  ) 


Member Data Documentation

double* FactorPointers::rowMax

Definition at line 25 of file CoinSimpFactorization.hpp.

int* FactorPointers::firstRowKnonzeros

Definition at line 26 of file CoinSimpFactorization.hpp.

int* FactorPointers::prevRow

Definition at line 27 of file CoinSimpFactorization.hpp.

int* FactorPointers::nextRow

Definition at line 28 of file CoinSimpFactorization.hpp.

int* FactorPointers::firstColKnonzeros

Definition at line 29 of file CoinSimpFactorization.hpp.

int* FactorPointers::prevColumn

Definition at line 30 of file CoinSimpFactorization.hpp.

int* FactorPointers::nextColumn

Definition at line 31 of file CoinSimpFactorization.hpp.

int* FactorPointers::newCols

Definition at line 32 of file CoinSimpFactorization.hpp.


The documentation for this class was generated from the following file:
Generated on Wed Apr 7 03:07:56 2010 by  doxygen 1.4.7