Skip to content

Commit

Permalink
Fix overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
james-d-mitchell committed Aug 22, 2024
1 parent 23d993e commit b4a58d5
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions include/libsemigroups/matrix.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5852,8 +5852,7 @@ namespace libsemigroups {
// NTP matrices
////////////////////////////////////////////////////////////////////////

//! \defgroup ntpmat_group Matrices over the natural numbers over (t = t +
//! p)
//! \defgroup ntpmat_group Matrices over the natural numbers mod (t = t + p)
//!
//! Defined in ``matrix.hpp``.
//!
Expand All @@ -5872,9 +5871,8 @@ namespace libsemigroups {
//!
//! 1. the dimension is known at compile-time;
//! 2. the dimension is to be defined a run time but the arithmetic
//! operations
//! are known at compile-time (i.e. the values of \f$t\f$ and \f$p\f$
//! are known at compile time)
//! operations are known at compile-time (i.e. the values of
//! \f$t\f$ and \f$p\f$ are known at compile time)
//! 3. both the dimension and the arithmetic operations (i.e. \f$t\f$ and
//! \f$p\f$) are to be defined a run time.
//!
Expand Down

0 comments on commit b4a58d5

Please sign in to comment.