![]() |
CS488 PA2
|
This is the complete list of members for Vector, including all inherited members.
| allocateMemory() | Vector | protected |
| COLUMN | Vector | static |
| deallocateMemory() | Vector | protected |
| get(int i) const | Vector | |
| getOrientation() const | Vector | |
| getSize() const | Vector | |
| norm(const Vector &a) | Vector | friend |
| normalized(const Vector &a) | Vector | friend |
| operator!=(const Vector &a, const Vector &b) | Vector | friend |
| operator()(int i) | Vector | |
| operator*(const Vector &a, const Vector &b) | Vector | friend |
| operator*(double k, const Vector &a) | Vector | friend |
| operator*(const Vector &a, double k) | Vector | friend |
| operator+(const Vector &a, const Vector &b) | Vector | friend |
| operator-(const Vector &a, const Vector &b) | Vector | friend |
| operator=(std::initializer_list< double > values) | Vector | |
| operator=(const Vector &other) | Vector | |
| operator==(const Vector &a, const Vector &b) | Vector | friend |
| orientation | Vector | protected |
| ROW | Vector | static |
| setSize(int size, char orientation) | Vector | protected |
| setValues(double value) | Vector | protected |
| setValues(const double *values) | Vector | protected |
| size | Vector | protected |
| trans(const Vector &a) | Vector | friend |
| values | Vector | protected |
| Vector(int size) | Vector | explicit |
| Vector(int size, char orientation) | Vector | |
| Vector(const Vector &original) | Vector | |
| ~Vector() | Vector |
1.8.13