begin() const | creos_messages::Matrix< T, n_rows, n_cols > | inline |
end() const | creos_messages::Matrix< T, n_rows, n_cols > | inline |
Matrix()=default | creos_messages::Matrix< T, n_rows, n_cols > | |
Matrix(const std::array< std::array< T, n_cols >, n_rows > &data) | creos_messages::Matrix< T, n_rows, n_cols > | inline |
Matrix(const std::array< T, n_rows *n_cols > &array) | creos_messages::Matrix< T, n_rows, n_cols > | inline |
Matrix(std::initializer_list< T > init) | creos_messages::Matrix< T, n_rows, n_cols > | inline |
Matrix(std::initializer_list< std::initializer_list< T > > init) | creos_messages::Matrix< T, n_rows, n_cols > | inline |
Matrix(const std::array< U, n_rows *n_cols > &array) | creos_messages::Matrix< T, n_rows, n_cols > | inline |
operator<=>(const Matrix &other) const =default | creos_messages::Matrix< T, n_rows, n_cols > | |
operator[](std::size_t index) | creos_messages::Matrix< T, n_rows, n_cols > | inline |
operator[](std::size_t index) const | creos_messages::Matrix< T, n_rows, n_cols > | inline |
toArray() const | creos_messages::Matrix< T, n_rows, n_cols > | inline |
transformToArray() const | creos_messages::Matrix< T, n_rows, n_cols > | inline |