Mass++ Common Libraries v2.7.5
 All Classes Namespaces Files Functions Variables Enumerations Macros
kome::core::Matrix Member List

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_arraykome::core::Matrix
m_colkome::core::Matrix
m_rowkome::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::Matrixvirtual