Vector Member List

This is the complete list of members for Vector, including all inherited members.

adapt()Vector
addElements(bool toSelf, Vector *m)Vector [inline]
addElements(bool toSelf, double m)Vector [inline]
addValue(int element, double val)Vector [inline]
borrowVector(Vector *totVect, int first, int last)Vector [inline]
calculateEPart(Vector *mean, Vector *variance)Vector [inline]
checkNegativeElements(void)Vector [inline]
copyVector(void)Vector [inline]
distance(Vector *inVector)Vector [inline]
divideElements(bool toSelf, Vector *m)Vector [inline]
getDeterminant(void)Vector [inline]
getKey()Vector [inline]
getMaxElement(bool toSelf)Vector
getValue(int element) const Vector [inline]
getVectorArray() const Vector [inline]
isSmaller(Vector *compare, Vector *mask)Vector [inline]
len() const Vector [inline]
minimizeElements(double min)Vector [inline]
multiplyElements(bool toSelf, Vector *m)Vector [inline]
multiplyElements(bool toSelf, double m)Vector [inline]
multiplyVector(Vector *m)Vector [inline]
pow2Elements(bool toSelf)Vector [inline]
printVector()Vector
readData(FILE *inFile)Vector
readFloatData(FILE *inFile)Vector
setAllValues(double val)Vector [inline]
setAllValues(const Vector *inVector)Vector [inline]
setValue(int element, double val)Vector [inline]
sqrtElements(bool toSelf)Vector [inline]
storeData(FILE *outFile)Vector
storeFloatData(FILE *outFile, int maxIndex=-1)Vector
substractElements(bool toSelf, Vector *m)Vector [inline]
theVectorVector [protected]
Vector(Vector *vect1, Vector *vect2, Vector *vect3)Vector
Vector(int length=ASR_DEFAULT_VECTORSIZE)Vector
Vector(int length, double *th)Vector
Vector(FILE *inFile, int length=ASR_DEFAULT_VECTORSIZE, bool inputIsFloat=false)Vector
vectorSizeVector [protected]
~Vector()Vector