identity() | wykobi::matrix< T, M, N > | |
matrix() | wykobi::matrix< T, M, N > | inline |
matrix(const matrix< T, M, N > &m) | wykobi::matrix< T, M, N > | |
operator()(std::size_t x, std::size_t y) const | wykobi::matrix< T, M, N > | inline |
operator()(std::size_t x, std::size_t y) | wykobi::matrix< T, M, N > | inline |
operator()(std::size_t i) const | wykobi::matrix< T, M, N > | inline |
operator()(std::size_t i) | wykobi::matrix< T, M, N > | inline |
operator*=(const T &value) | wykobi::matrix< T, M, N > | |
operator+=(const T &value) | wykobi::matrix< T, M, N > | |
operator+=(const matrix< T, M, N > &_matrix) | wykobi::matrix< T, M, N > | |
operator-=(const T &value) | wykobi::matrix< T, M, N > | |
operator-=(const matrix< T, M, N > &_matrix) | wykobi::matrix< T, M, N > | |
operator/=(const T &value) | wykobi::matrix< T, M, N > | |
operator=(const matrix< T, M, N > &m) | wykobi::matrix< T, M, N > | |
operator[](std::size_t i) const | wykobi::matrix< T, M, N > | inline |
operator[](std::size_t i) | wykobi::matrix< T, M, N > | inline |
size() const | wykobi::matrix< T, M, N > | inline |
swap(const unsigned int &x1, const unsigned int &y1, const unsigned int &x2, const unsigned int &y2) | wykobi::matrix< T, M, N > | |
zero() | wykobi::matrix< T, M, N > | |
~matrix() | wykobi::matrix< T, M, N > | inline |