CoinUtils  2.11.9
Public Member Functions | Public Attributes | List of all members
FactorPointers Class Reference

pointers used during factorization More...

#include <CoinSimpFactorization.hpp>

+ Collaboration diagram for FactorPointers:

Public Member Functions

 FactorPointers (int numRows, int numCols, int *UrowLengths_, int *UcolLengths_)
 
 ~FactorPointers ()
 
 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() [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 ( )

Member Data Documentation

◆ rowMax

double * FactorPointers::rowMax

Definition at line 23 of file CoinSimpFactorization.hpp.

◆ firstRowKnonzeros

int * FactorPointers::firstRowKnonzeros

Definition at line 24 of file CoinSimpFactorization.hpp.

◆ prevRow

int * FactorPointers::prevRow

Definition at line 25 of file CoinSimpFactorization.hpp.

◆ nextRow

int * FactorPointers::nextRow

Definition at line 26 of file CoinSimpFactorization.hpp.

◆ firstColKnonzeros

int * FactorPointers::firstColKnonzeros

Definition at line 27 of file CoinSimpFactorization.hpp.

◆ prevColumn

int * FactorPointers::prevColumn

Definition at line 28 of file CoinSimpFactorization.hpp.

◆ nextColumn

int * FactorPointers::nextColumn

Definition at line 29 of file CoinSimpFactorization.hpp.

◆ newCols

int * FactorPointers::newCols

Definition at line 30 of file CoinSimpFactorization.hpp.


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