![]()  | 
  
    CS488 PA4
    
   | 
 
This is the complete list of members for Vector, including all inherited members.
| allocateMemory(int rows, int columns) | Matrix | protected | 
| columns | Matrix | protected | 
| deallocateMemory() | Matrix | protected | 
| get(int r, int c) const | Matrix | |
| get(int i) const | Matrix | |
| getColumn(int c) const | Matrix | |
| getColumns() const | Matrix | |
| getRows() const | Matrix | |
| Matrix() | Matrix | |
| Matrix(int rows, int columns) | Matrix | |
| Matrix(const Matrix &original) | Matrix | |
| norm(const Matrix &a) | Vector | friend | 
| normalized(const Matrix &a) | Vector | friend | 
| operator()(int r, int c) | Matrix | |
| operator()(int i) | Matrix | |
| operator=(std::initializer_list< double > m) | Vector | |
| operator=(const Matrix &other) | Vector | |
| rows | Matrix | protected | 
| setValues(double value) | Matrix | protected | 
| setValues(const Matrix &other) | Matrix | protected | 
| setValues(const double *values) | Matrix | protected | 
| setValues(double **values) | Matrix | protected | 
| values | Matrix | protected | 
| Vector() | Vector | |
| Vector(int size) | Vector | explicit | 
| Vector(const Vector &original) | Vector | |
| ~Matrix() | Matrix | 
 1.8.13