| array_type typedef | neogfx::basic_matrix< T, Rows, Columns > | |
| basic_matrix() | neogfx::basic_matrix< T, Rows, Columns > | inline |
| basic_matrix(std::initializer_list< std::initializer_list< value_type >> aColumns) | neogfx::basic_matrix< T, Rows, Columns > | inline |
| basic_matrix(const basic_matrix &other) | neogfx::basic_matrix< T, Rows, Columns > | inline |
| basic_matrix(basic_matrix &&other) | neogfx::basic_matrix< T, Rows, Columns > | inline |
| basic_matrix(const basic_matrix< T2, Rows, Columns > &other) | neogfx::basic_matrix< T, Rows, Columns > | inline |
| column_type typedef | neogfx::basic_matrix< T, Rows, Columns > | |
| data() const | neogfx::basic_matrix< T, Rows, Columns > | inline |
| input_reference_type typedef | neogfx::basic_matrix< T, Rows, Columns > | |
| operator*=(input_reference_type value) | neogfx::basic_matrix< T, Rows, Columns > | inline |
| operator*=(const basic_matrix &right) | neogfx::basic_matrix< T, Rows, Columns > | inline |
| operator+=(input_reference_type value) | neogfx::basic_matrix< T, Rows, Columns > | inline |
| operator+=(const basic_matrix &right) | neogfx::basic_matrix< T, Rows, Columns > | inline |
| operator-() const | neogfx::basic_matrix< T, Rows, Columns > | inline |
| operator-=(input_reference_type value) | neogfx::basic_matrix< T, Rows, Columns > | inline |
| operator-=(const basic_matrix &right) | neogfx::basic_matrix< T, Rows, Columns > | inline |
| operator/=(input_reference_type value) | neogfx::basic_matrix< T, Rows, Columns > | inline |
| operator=(const basic_matrix &other) | neogfx::basic_matrix< T, Rows, Columns > | inline |
| operator=(basic_matrix &&other) | neogfx::basic_matrix< T, Rows, Columns > | inline |
| operator[](uint32_t aColumn) const | neogfx::basic_matrix< T, Rows, Columns > | inline |
| operator[](uint32_t aColumn) | neogfx::basic_matrix< T, Rows, Columns > | inline |
| row_type typedef | neogfx::basic_matrix< T, Rows, Columns > | |
| size() const | neogfx::basic_matrix< T, Rows, Columns > | inline |
| transposed() const | neogfx::basic_matrix< T, Rows, Columns > | inline |
| value_type typedef | neogfx::basic_matrix< T, Rows, Columns > | |