| Append(const VectorN &right) | VectorN | |
| clear() | VectorN | |
| Compare(const VectorN &right, const double &tol) const | VectorN | |
| Dot(const VectorN &right) const | VectorN | |
| elements | VectorN | [private] |
| Length() const | VectorN | |
| Magnitude() const | VectorN | |
| MagSquared() const | VectorN | |
| Normalize() | VectorN | |
| operator *(const double right) const | VectorN | |
| operator *=(const double right) | VectorN | |
| operator!=(const VectorN &right) const | VectorN | |
| operator+(const VectorN &right) const | VectorN | |
| operator+=(const VectorN &right) | VectorN | |
| operator-(const VectorN &right) const | VectorN | |
| operator-=(const VectorN &right) | VectorN | |
| operator/(const double right) const | VectorN | |
| operator/=(const double right) | VectorN | |
| operator=(const VectorN &right) | VectorN | |
| operator==(const VectorN &right) const | VectorN | |
| operator[](const unsigned int index) | VectorN | |
| operator[](const unsigned int index) const | VectorN | [inline] |
| Output() const | VectorN | [virtual] |
| push_back(const double newElement) | VectorN | |
| reserve(const unsigned int size) | VectorN | |
| resize(const unsigned int size, const double fill=0.0) | VectorN | |
| SetLength(const int length) | VectorN | |
| size() const | VectorN | [inline] |
| Size() const | VectorN | [inline] |
| VectorN() | VectorN | |
| VectorN(const VectorN &right) | VectorN | |
| VectorN(const double a) | VectorN | [explicit] |
| VectorN(const double a, const double b) | VectorN | |
| VectorN(const double a, const double b, const double c) | VectorN | |
| VectorN(const double a, const double b, const double c, const double d) | VectorN | |
| ~VectorN() | VectorN | [virtual] |
1.4.6-NO