.. Copyright (c) 2024, J. D. Mitchell Distributed under the terms of the GPL license version 3. The full license is in the file LICENSE, distributed with this software. .. currentmodule:: libsemigroups_pybind11 Matrix helpers ============== This page contains the documentation for various helper functions for manipulating :any:`Matrix` objects. All these functions are contained in the submodule ``matrix``. Contents -------- .. autosummary:: :signatures: short matrix.period matrix.row_basis matrix.row_space_size matrix.threshold Full API -------- .. automodule:: libsemigroups_pybind11.matrix :members: :imported-members: :exclude-members: Matrix, MatrixKind