19#ifndef LIBSEMIGROUPS_MATRIX_FMT_HPP_
20#define LIBSEMIGROUPS_MATRIX_FMT_HPP_
30#include "exception.hpp"
31#include "is-matrix.hpp"
32#include "matrix-helpers.hpp"
34#include "detail/fmt.hpp"
35#include "detail/matrix-common.hpp"
36#include "detail/string.hpp"
41 template <
typename Mat,
typename Sub
class>
57 template <
typename Mat,
typename Sub
class>
59 detail::RowViewCommon<Mat, Subclass>
const& x);
77 template <
typename Mat>
97 template <
typename Mat>
102 size_t max_width = 72)
106#include "matrix-fmt.tpp"
std::string to_human_readable_repr(Action< Element, Point, Func, Traits, LeftOrRight > const &action)
Return a human readable representation of an Action object.
Namespace for everything in the libsemigroups library.
Definition action.hpp:44