#include <OSDataStructures.h>
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 |
Definition at line 350 of file OSDataStructures.h.
| DoubleVector::DoubleVector | ( | ) |
Definition at line 251 of file OSDataStructures.cpp.
| DoubleVector::~DoubleVector | ( | ) |
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(), ~DoubleVector(), and OSmps2osil::~OSmps2osil().
1.4.7