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