| abstract_type typedef | neogfx::math::basic_matrix< T, Rows, Columns > | |
| array_type typedef | neogfx::math::basic_matrix< T, Rows, Columns > | |
| as() const | neogfx::math::basic_matrix< T, Rows, Columns > | inline |
| basic_matrix() | neogfx::math::basic_matrix< T, Rows, Columns > | inline |
| basic_matrix(std::initializer_list< std::initializer_list< value_type >> aColumns) | neogfx::math::basic_matrix< T, Rows, Columns > | inline |
| basic_matrix(const self_type &other) | neogfx::math::basic_matrix< T, Rows, Columns > | inline |
| basic_matrix(self_type &&other) | neogfx::math::basic_matrix< T, Rows, Columns > | inline |
| basic_matrix(const basic_matrix< T2, Rows, Columns > &other) | neogfx::math::basic_matrix< T, Rows, Columns > | inline |
| column_type typedef | neogfx::math::basic_matrix< T, Rows, Columns > | |
| data() const | neogfx::math::basic_matrix< T, Rows, Columns > | inline |
| identity() | neogfx::math::basic_matrix< T, Rows, Columns > | inlinestatic |
| is_identity() const | neogfx::math::basic_matrix< T, Rows, Columns > | inline |
| operator!=(const self_type &right) const | neogfx::math::basic_matrix< T, Rows, Columns > | inline |
| operator*=(const self_type &right) | neogfx::math::basic_matrix< T, Rows, Columns > | inline |
| operator+=(const self_type &right) | neogfx::math::basic_matrix< T, Rows, Columns > | inline |
| operator-() const | neogfx::math::basic_matrix< T, Rows, Columns > | inline |
| operator-=(const self_type &right) | neogfx::math::basic_matrix< T, Rows, Columns > | inline |
| operator=(const self_type &other) | neogfx::math::basic_matrix< T, Rows, Columns > | inline |
| operator=(self_type &&other) | neogfx::math::basic_matrix< T, Rows, Columns > | inline |
| operator==(const self_type &right) const | neogfx::math::basic_matrix< T, Rows, Columns > | inline |
| operator[](uint32_t aColumn) const | neogfx::math::basic_matrix< T, Rows, Columns > | inline |
| operator[](uint32_t aColumn) | neogfx::math::basic_matrix< T, Rows, Columns > | inline |
| round_to(value_type aEpsilon) const | neogfx::math::basic_matrix< T, Rows, Columns > | inline |
| row_type typedef | neogfx::math::basic_matrix< T, Rows, Columns > | |
| size() const | neogfx::math::basic_matrix< T, Rows, Columns > | inline |
| transposed() const | neogfx::math::basic_matrix< T, Rows, Columns > | inline |
| value_type typedef | neogfx::math::basic_matrix< T, Rows, Columns > | |