Cbc  2.10.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
FactorPointers Class Reference

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
 

Detailed Description

pointers used during factorization

Definition at line 21 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 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.


The documentation for this class was generated from the following file: