Matrix Library
A simple Matrix operation library to perform Matrix Multiplication and find the transpose of a Matrix.
MATOPS::Matrix< T, m, n > Member List

This is the complete list of members for MATOPS::Matrix< T, m, n >, including all inherited members.

arrayMATOPS::Matrix< T, m, n >private
cols()MATOPS::Matrix< T, m, n >inline
ElementAt(size_t i, size_t j) constMATOPS::Matrix< T, m, n >inline
ElementAt(size_t i, size_t j)MATOPS::Matrix< T, m, n >inline
Matrix()MATOPS::Matrix< T, m, n >inline
Matrix(std::initializer_list< std::initializer_list< T >> my_list)MATOPS::Matrix< T, m, n >inline
Matrix(std::vector< std::vector< T >> &my_vec)MATOPS::Matrix< T, m, n >inline
operator*(const Matrix< T, m, n > &A, const Matrix< T, p, k > &B)MATOPS::Matrix< T, m, n >friend
operator<<(std::ostream &os, const Matrix &rhs)MATOPS::Matrix< T, m, n >friend
operator=(const Matrix &rhs)MATOPS::Matrix< T, m, n >inline
rows()MATOPS::Matrix< T, m, n >inline
transpose()MATOPS::Matrix< T, m, n >inline
~Matrix()MATOPS::Matrix< T, m, n >inlinevirtual