.. 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 BMat8 helpers ============= This page contains the documentation for various helper functions for manipulating :any:`BMat8` objects. All these functions are contained in the submodule ``libsemigroups_pybind11.bmat8``. Contents -------- .. currentmodule:: libsemigroups_pybind11.bmat8 .. autosummary:: :signatures: short col_space_basis col_space_size minimum_dim number_of_cols number_of_rows one random row_space_basis row_space_size rows transpose Full API -------- .. automodule:: libsemigroups_pybind11.bmat8 :members: :imported-members: