DoubleVector Class Reference

a double vector data structure More...

#include <OSDataStructures.h>

List of all members.

Public Member Functions

 DoubleVector ()
 ~DoubleVector ()

Public Attributes

bool bDeleteArrays
 bDeleteArrays is true if we delete the arrays in garbage collection set to true by default
double * el


Detailed Description

a double vector data structure

Definition at line 350 of file OSDataStructures.h.


Constructor & Destructor Documentation

DoubleVector::DoubleVector (  ) 

Definition at line 251 of file OSDataStructures.cpp.

DoubleVector::~DoubleVector (  ) 

Definition at line 262 of file OSDataStructures.cpp.

References bDeleteArrays, and el.


Member Data Documentation

bool DoubleVector::bDeleteArrays

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

Definition at line 358 of file OSDataStructures.h.

Referenced by ~DoubleVector(), and OSnl2osil::~OSnl2osil().

double* DoubleVector::el

Definition at line 359 of file OSDataStructures.h.

Referenced by OSInstance::getSparseJacobianFromColumnMajor(), OSInstance::getSparseJacobianFromRowMajor(), main(), OSInstance::processLinearConstraintCoefficients(), OSInstance::setLinearConstraintCoefficients(), OSiLWriter::writeOSiL(), ~DoubleVector(), and OSmps2osil::~OSmps2osil().


The documentation for this class was generated from the following files:
Generated on Sat Mar 29 22:38:05 2008 by  doxygen 1.5.3