#include <OSGeneral.h>
Public Member Functions | |
DoubleVector () | |
~DoubleVector () | |
bool | IsEqual (DoubleVector *that) |
Public Attributes | |
bool | bDeleteArrays |
bDeleteArrays is true if we delete the arrays in garbage collection set to true by default | |
int | numberOfEl |
double * | el |
Definition at line 388 of file OSGeneral.h.
DoubleVector::DoubleVector | ( | ) |
Definition at line 406 of file OSGeneral.cpp.
DoubleVector::~DoubleVector | ( | ) |
bool DoubleVector::IsEqual | ( | DoubleVector * | that | ) |
Definition at line 428 of file OSGeneral.cpp.
References DEBUG_ISEQUAL_ROUTINES, el, and numberOfEl.
bDeleteArrays is true if we delete the arrays in garbage collection set to true by default
Definition at line 396 of file OSGeneral.h.
Referenced by ~DoubleVector(), and OSnl2osil::~OSnl2osil().
double* DoubleVector::el |
Definition at line 398 of file OSGeneral.h.
Referenced by OSInstance::getSparseJacobianFromColumnMajor(), OSInstance::getSparseJacobianFromRowMajor(), IsEqual(), main(), OSInstance::processLinearConstraintCoefficients(), OSInstance::setLinearConstraintCoefficients(), writeDblVectorData(), ~DoubleVector(), and OSmps2osil::~OSmps2osil().