basic_matrix(Other value=Other{0}) noexcept (defined in sbx::math::basic_matrix< Columns, Rows, Type >) | sbx::math::basic_matrix< Columns, Rows, Type > | inline |
basic_matrix(Args &&... args) noexcept (defined in sbx::math::basic_matrix< Columns, Rows, Type >) | sbx::math::basic_matrix< Columns, Rows, Type > | inlineprotected |
column_type typedef (defined in sbx::math::basic_matrix< Columns, Rows, Type >) | sbx::math::basic_matrix< Columns, Rows, Type > | |
column_type_for typedef (defined in sbx::math::basic_matrix< Columns, Rows, Type >) | sbx::math::basic_matrix< Columns, Rows, Type > | protected |
const_reference typedef (defined in sbx::math::basic_matrix< Columns, Rows, Type >) | sbx::math::basic_matrix< Columns, Rows, Type > | |
identity() noexcept -> basic_matrix (defined in sbx::math::basic_matrix< Columns, Rows, Type >) | sbx::math::basic_matrix< Columns, Rows, Type > | inlineprotectedstatic |
operator*=(Other scalar) noexcept -> basic_matrix & (defined in sbx::math::basic_matrix< Columns, Rows, Type >) | sbx::math::basic_matrix< Columns, Rows, Type > | inline |
operator+=(const basic_matrix< Columns, Rows, Other > &other) noexcept -> basic_matrix & (defined in sbx::math::basic_matrix< Columns, Rows, Type >) | sbx::math::basic_matrix< Columns, Rows, Type > | inline |
operator-=(const basic_matrix< Columns, Rows, Other > &other) noexcept -> basic_matrix & (defined in sbx::math::basic_matrix< Columns, Rows, Type >) | sbx::math::basic_matrix< Columns, Rows, Type > | inline |
operator/=(Other scalar) noexcept -> basic_matrix & (defined in sbx::math::basic_matrix< Columns, Rows, Type >) | sbx::math::basic_matrix< Columns, Rows, Type > | inline |
operator[](size_type index) noexcept -> column_type & (defined in sbx::math::basic_matrix< Columns, Rows, Type >) | sbx::math::basic_matrix< Columns, Rows, Type > | inline |
operator[](size_type index) const noexcept -> const column_type & (defined in sbx::math::basic_matrix< Columns, Rows, Type >) | sbx::math::basic_matrix< Columns, Rows, Type > | inline |
reference typedef (defined in sbx::math::basic_matrix< Columns, Rows, Type >) | sbx::math::basic_matrix< Columns, Rows, Type > | |
size_type typedef (defined in sbx::math::basic_matrix< Columns, Rows, Type >) | sbx::math::basic_matrix< Columns, Rows, Type > | |
value_type typedef (defined in sbx::math::basic_matrix< Columns, Rows, Type >) | sbx::math::basic_matrix< Columns, Rows, Type > | |