| add(int index, double element) | CoinIndexedVector |  | 
  | append(const CoinPackedVectorBase &caboose) | CoinIndexedVector |  | 
  | append(const CoinIndexedVector &caboose) | CoinIndexedVector |  | 
  | append(CoinIndexedVector &other, int adjustIndex, bool zapElements=false) | CoinIndexedVector |  | 
  | borrowVector(int size, int numberIndices, int *inds, double *elems) | CoinIndexedVector |  | 
  | capacity() const  | CoinIndexedVector | inline | 
  | capacity_ | CoinIndexedVector | protected | 
  | checkClean() | CoinPartitionedVector |  | 
  | checkClear() | CoinPartitionedVector |  | 
  | clean(double tolerance) | CoinIndexedVector |  | 
  | cleanAndPack(double tolerance) | CoinIndexedVector |  | 
  | cleanAndPackSafe(double tolerance) | CoinIndexedVector |  | 
  | clear() | CoinIndexedVector |  | 
  | clearAndKeep() | CoinPartitionedVector |  | 
  | clearAndReset() | CoinPartitionedVector |  | 
  | clearPartition(int partition) | CoinPartitionedVector |  | 
  | CoinIndexedVector() | CoinIndexedVector |  | 
  | CoinIndexedVector(int size, const int *inds, const double *elems) | CoinIndexedVector |  | 
  | CoinIndexedVector(int size, const int *inds, double element) | CoinIndexedVector |  | 
  | CoinIndexedVector(int size, const double *elements) | CoinIndexedVector |  | 
  | CoinIndexedVector(int size) | CoinIndexedVector |  | 
  | CoinIndexedVector(const CoinIndexedVector &) | CoinIndexedVector |  | 
  | CoinIndexedVector(const CoinIndexedVector *) | CoinIndexedVector |  | 
  | CoinIndexedVector(const CoinPackedVectorBase &rhs) | CoinIndexedVector |  | 
  | CoinPartitionedVector() | CoinPartitionedVector |  | 
  | CoinPartitionedVector(int size, const int *inds, const double *elems) | CoinPartitionedVector |  | 
  | CoinPartitionedVector(int size, const int *inds, double element) | CoinPartitionedVector |  | 
  | CoinPartitionedVector(int size, const double *elements) | CoinPartitionedVector |  | 
  | CoinPartitionedVector(int size) | CoinPartitionedVector |  | 
  | CoinPartitionedVector(const CoinPartitionedVector &) | CoinPartitionedVector |  | 
  | CoinPartitionedVector(const CoinPartitionedVector *) | CoinPartitionedVector |  | 
  | compact() | CoinPartitionedVector |  | 
  | computeNumberElements() | CoinPartitionedVector |  | 
  | copy(const CoinIndexedVector &rhs, double multiplier=1.0) | CoinIndexedVector |  | 
  | createOneUnpackedElement(int index, double element) | CoinIndexedVector |  | 
  | createPacked(int number, const int *indices, const double *elements) | CoinIndexedVector |  | 
  | createUnpacked(int number, const int *indices, const double *elements) | CoinIndexedVector |  | 
  | denseVector() const  | CoinIndexedVector | inline | 
  | elements_ | CoinIndexedVector | protected | 
  | empty() | CoinIndexedVector |  | 
  | expand() | CoinIndexedVector |  | 
  | getIndices() const  | CoinIndexedVector | inline | 
  | getIndices() | CoinIndexedVector | inline | 
  | getMaxIndex() const  | CoinIndexedVector |  | 
  | getMinIndex() const  | CoinIndexedVector |  | 
  | getNumElements(int partition) const  | CoinPartitionedVector | inline | 
  | getNumElements() const  | CoinPartitionedVector | inline | 
  | getNumPartitions() const  | CoinPartitionedVector | inline | 
  | indices_ | CoinIndexedVector | protected | 
  | insert(int index, double element) | CoinIndexedVector |  | 
  | isApproximatelyEqual(const CoinIndexedVector &rhs, double tolerance=1.0e-8) const  | CoinIndexedVector |  | 
  | nElements_ | CoinIndexedVector | protected | 
  | numberElementsPartition_ | CoinPartitionedVector | protected | 
  | numberPartitions_ | CoinPartitionedVector | protected | 
  | offset_ | CoinIndexedVector | protected | 
  | operator!=(const CoinPackedVectorBase &rhs) const  | CoinIndexedVector |  | 
  | operator!=(const CoinIndexedVector &rhs) const  | CoinIndexedVector |  | 
  | operator*(const CoinIndexedVector &op2) | CoinIndexedVector |  | 
  | operator*=(double value) | CoinIndexedVector |  | 
  | operator*=(const CoinIndexedVector &op2) | CoinIndexedVector |  | 
  | operator+(const CoinIndexedVector &op2) | CoinIndexedVector |  | 
  | operator+=(double value) | CoinIndexedVector |  | 
  | operator+=(const CoinIndexedVector &op2) | CoinIndexedVector |  | 
  | operator-(const CoinIndexedVector &op2) | CoinIndexedVector |  | 
  | operator-=(double value) | CoinIndexedVector |  | 
  | operator-=(const CoinIndexedVector &op2) | CoinIndexedVector |  | 
  | operator/(const CoinIndexedVector &op2) | CoinIndexedVector |  | 
  | operator/=(double value) | CoinIndexedVector |  | 
  | operator/=(const CoinIndexedVector &op2) | CoinIndexedVector |  | 
  | operator=(const CoinPartitionedVector &) | CoinPartitionedVector |  | 
  | CoinIndexedVector::operator=(const CoinIndexedVector &) | CoinIndexedVector |  | 
  | CoinIndexedVector::operator=(const CoinPackedVectorBase &rhs) | CoinIndexedVector |  | 
  | operator==(const CoinPackedVectorBase &rhs) const  | CoinIndexedVector |  | 
  | operator==(const CoinIndexedVector &rhs) const  | CoinIndexedVector |  | 
  | operator[](int i) const  | CoinIndexedVector |  | 
  | packedMode() const  | CoinIndexedVector | inline | 
  | packedMode_ | CoinIndexedVector | protected | 
  | print() const  | CoinPartitionedVector |  | 
  | quickAdd(int index, double element) | CoinIndexedVector | inline | 
  | quickAddNonZero(int index, double element) | CoinIndexedVector | inline | 
  | quickInsert(int index, double element) | CoinIndexedVector | inline | 
  | reallyClear() | CoinIndexedVector |  | 
  | reserve(int n) | CoinPartitionedVector |  | 
  | returnVector() | CoinIndexedVector |  | 
  | scan(int partition, double tolerance=0.0) | CoinPartitionedVector |  | 
  | CoinIndexedVector::scan() | CoinIndexedVector |  | 
  | CoinIndexedVector::scan(int start, int end) | CoinIndexedVector |  | 
  | CoinIndexedVector::scan(double tolerance) | CoinIndexedVector |  | 
  | CoinIndexedVector::scan(int start, int end, double tolerance) | CoinIndexedVector |  | 
  | scanAndPack() | CoinIndexedVector |  | 
  | scanAndPack(int start, int end) | CoinIndexedVector |  | 
  | scanAndPack(double tolerance) | CoinIndexedVector |  | 
  | scanAndPack(int start, int end, double tolerance) | CoinIndexedVector |  | 
  | setCapacity(int value) | CoinIndexedVector | inline | 
  | setConstant(int size, const int *inds, double elems) | CoinIndexedVector |  | 
  | setDenseVector(double *array) | CoinIndexedVector | inline | 
  | setElement(int index, double element) | CoinIndexedVector |  | 
  | setFull(int size, const double *elems) | CoinIndexedVector |  | 
  | setIndexVector(int *array) | CoinIndexedVector | inline | 
  | setNumElements(int value) | CoinIndexedVector | inline | 
  | setNumElementsPartition(int partition, int value) | CoinPartitionedVector | inline | 
  | setPacked() | CoinIndexedVector | inline | 
  | setPackedMode(bool yesNo) | CoinIndexedVector | inline | 
  | setPartitions(int number, const int *starts) | CoinPartitionedVector |  | 
  | setTempNumElementsPartition(int partition, int value) | CoinPartitionedVector | inline | 
  | setVector(int numberIndices, const int *inds, const double *elems) | CoinIndexedVector |  | 
  | setVector(int size, int numberIndices, const int *inds, const double *elems) | CoinIndexedVector |  | 
  | sort() | CoinPartitionedVector |  | 
  | sortDecrElement() | CoinIndexedVector |  | 
  | sortDecrIndex() | CoinIndexedVector |  | 
  | sortIncrElement() | CoinIndexedVector |  | 
  | sortIncrIndex() | CoinIndexedVector | inline | 
  | sortPacked() | CoinIndexedVector |  | 
  | startPartition(int partition) const  | CoinPartitionedVector | inline | 
  | startPartition_ | CoinPartitionedVector | protected | 
  | startPartitions() const  | CoinPartitionedVector | inline | 
  | swap(int i, int j) | CoinIndexedVector |  | 
  | truncate(int newSize) | CoinIndexedVector |  | 
  | zero(int index) | CoinIndexedVector | inline | 
  | ~CoinIndexedVector() | CoinIndexedVector |  | 
  | ~CoinPartitionedVector() | CoinPartitionedVector |  |