CS488 PA4
|
This is the complete list of members for Matrix, including all inherited members.
allocateMemory(int rows, int columns) | Matrix | protected |
cof(const Matrix &A, int i, int j) | Matrix | friend |
columns | Matrix | protected |
deallocateMemory() | Matrix | protected |
det(double a) | Matrix | friend |
det(const Matrix &A) | Matrix | friend |
dot(const Matrix &A, const Matrix &B) | Matrix | friend |
get(int r, int c) const | Matrix | |
get(int i) const | Matrix | |
getColumn(int c) const | Matrix | |
getColumns() const | Matrix | |
getRows() const | Matrix | |
identity(int size) | Matrix | friend |
Matrix() | Matrix | |
Matrix(int rows, int columns) | Matrix | |
Matrix(const Matrix &original) | Matrix | |
mminor(const Matrix &A, int i, int j) | Matrix | friend |
operator!=(const Matrix &A, const Matrix &B) | Matrix | friend |
operator()(int r, int c) | Matrix | |
operator()(int i) | Matrix | |
operator*(const Matrix &A, const Matrix &B) | 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 |
operator|(const Matrix &A, const Matrix &B) | Matrix | friend |
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 |
submatrix(const Matrix &A, int i, int j) | Matrix | friend |
trans(const Matrix &A) | Matrix | friend |
values | Matrix | protected |
~Matrix() | Matrix |