This is the complete list of members for kome::core::Matrix, including all inherited members.
| cofactor(const unsigned int row, const unsigned int col) | kome::core::Matrix | |
| det() | kome::core::Matrix | |
| getColSize() | kome::core::Matrix | |
| getRowSize() | kome::core::Matrix | |
| invert() | kome::core::Matrix | |
| m_array | kome::core::Matrix | |
| m_col | kome::core::Matrix | |
| m_row | kome::core::Matrix | |
| Matrix(const unsigned int row, const unsigned int col) | kome::core::Matrix | |
| Matrix(const Matrix &mat) | kome::core::Matrix | |
| multiply(Vector &v) | kome::core::Matrix | |
| operator()(const unsigned int row, const unsigned int col) | kome::core::Matrix | |
| operator*(const Matrix &m) | kome::core::Matrix | |
| operator*(const double k) | kome::core::Matrix | |
| operator*=(const double k) | kome::core::Matrix | |
| operator+(const Matrix &m) | kome::core::Matrix | |
| operator+=(const Matrix &m) | kome::core::Matrix | |
| operator-(const Matrix &m) | kome::core::Matrix | |
| operator-=(const Matrix &m) | kome::core::Matrix | |
| operator/(const double k) | kome::core::Matrix | |
| operator/=(const double k) | kome::core::Matrix | |
| operator=(const Matrix &m) | kome::core::Matrix | |
| ~Matrix() | kome::core::Matrix | virtual |
1.8.6