CS488 PA3
|
This is the complete list of members for Matrix, including all inherited members.
allocateMemory() | Matrix | protected |
cof(const Matrix &A, int i, int j) | Matrix | friend |
columns | Matrix | protected |
deallocateMemory() | Matrix | protected |
det(const Matrix &A) | Matrix | friend |
get(int r, int c) const | Matrix | |
getColumns() const | Matrix | |
getRows() const | Matrix | |
identity(int size) | Matrix | friend |
Matrix(int rows, int columns) | Matrix | |
Matrix(const Matrix &original) | Matrix | |
Matrix(const Vector &v) | Matrix | explicit |
mminor(const Matrix &A, int i, int j) | Matrix | friend |
multiply(const Vector &a, const Vector &b) | Matrix | friend |
operator!=(const Matrix &A, const Matrix &B) | Matrix | friend |
operator()(int r, int c) | Matrix | |
operator*(const Matrix &A, const Matrix &B) | Matrix | friend |
operator*(const Vector &v, const Matrix &M) | Matrix | friend |
operator*(const Matrix &M, const Vector &v) | Matrix | friend |
operator*(double k, const Matrix &A) | Matrix | friend |
operator*(const Matrix &A, double k) | Matrix | friend |
operator+(const Matrix &A, const Matrix &B) | Matrix | friend |
operator-(const Matrix &A, const Matrix &B) | Matrix | friend |
operator=(std::initializer_list< double > values) | Matrix | |
operator=(const Matrix &other) | Matrix | |
operator==(const Matrix &A, const Matrix &B) | Matrix | friend |
rows | Matrix | protected |
setSize(int rows, int columns) | Matrix | protected |
setValues(double value) | Matrix | protected |
setValues(const double *values) | Matrix | protected |
setValues(double **values) | Matrix | protected |
submatrix(const Matrix &A, int i, int j) | Matrix | friend |
trans(const Matrix &A) | Matrix | friend |
values | Matrix | protected |
~Matrix() | Matrix |