SparseHessianMatrix Class Reference

The in-memory representation of a SparseHessianMatrix.. More...

#include <OSDataStructures.h>

List of all members.

Public Member Functions

 SparseHessianMatrix ()
 Default constructor.
 SparseHessianMatrix (int startSize, int valueSize)
 An Alternative Constructor.
 ~SparseHessianMatrix ()
 Default destructor.

Public Attributes

bool bDeleteArrays
 bDeleteArrays is true if we delete the arrays in garbage collection set to true by default
int hessDimension
 hessDimension is the number of nonzeros in each array.
int * hessRowIdx
 hessRowIdx is an integer array of row indicies in the range 0, .
int * hessColIdx
 hessColIdx is an integer array of column indicies in the range 0, .
double * hessValues
 hessValues is a double array of the Hessian values.

Detailed Description

The in-memory representation of a SparseHessianMatrix..

Remarks:

Store and uppertriangular Hessian Matrix in sparse format

Assume there are n variables in what follows

Definition at line 244 of file OSDataStructures.h.


Constructor & Destructor Documentation

SparseHessianMatrix::SparseHessianMatrix (  ) 

Default constructor.

SparseHessianMatrix::SparseHessianMatrix ( int  startSize,
int  valueSize 
)

An Alternative Constructor.

Parameters:
startSize holds the size of the arrays.
valueSize holds the size of the value and index arrays.
SparseHessianMatrix::~SparseHessianMatrix (  ) 

Default destructor.


Member Data Documentation

bDeleteArrays is true if we delete the arrays in garbage collection set to true by default

Definition at line 251 of file OSDataStructures.h.

hessDimension is the number of nonzeros in each array.

Definition at line 256 of file OSDataStructures.h.

hessRowIdx is an integer array of row indicies in the range 0, .

.., n - 1.

Definition at line 261 of file OSDataStructures.h.

hessColIdx is an integer array of column indicies in the range 0, .

.., n - 1.

Definition at line 266 of file OSDataStructures.h.

hessValues is a double array of the Hessian values.

Definition at line 271 of file OSDataStructures.h.


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

Generated on 15 Mar 2015 for Coin-All by  doxygen 1.6.1