neoGFX
C++ GPU-oriented GUI library and app/game creation framework.
neogfx::basic_matrix< T, Rows, Columns > Member List

This is the complete list of members for neogfx::basic_matrix< T, Rows, Columns >, including all inherited members.

array_type typedefneogfx::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 typedefneogfx::basic_matrix< T, Rows, Columns >
data() constneogfx::basic_matrix< T, Rows, Columns >inline
input_reference_type typedefneogfx::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-() constneogfx::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) constneogfx::basic_matrix< T, Rows, Columns >inline
operator[](uint32_t aColumn)neogfx::basic_matrix< T, Rows, Columns >inline
row_type typedefneogfx::basic_matrix< T, Rows, Columns >
size() constneogfx::basic_matrix< T, Rows, Columns >inline
transposed() constneogfx::basic_matrix< T, Rows, Columns >inline
value_type typedefneogfx::basic_matrix< T, Rows, Columns >