Skip to content

Commit bef8908

Browse files
doc: readd MatrixKind doc
1 parent 537dfc7 commit bef8908

1 file changed

Lines changed: 33 additions & 0 deletions

File tree

  • docs/source/data-structures/elements/matrix

docs/source/data-structures/elements/matrix/matrix.rst

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,40 @@ MatrixKind
150150
----------
151151

152152
.. autoclass:: MatrixKind
153+
:show-inheritance:
153154

155+
.. autoattribute:: Boolean
156+
157+
For matrices over the Boolean semiring.
158+
159+
.. autoattribute:: Integer
160+
161+
For matrices over the usual ring of integers.
162+
163+
.. autoattribute:: MaxPlus
164+
165+
For matrices over the max-plus semiring.
166+
167+
.. autoattribute:: MinPlus
168+
169+
For matrices over the min-plus semiring.
170+
171+
.. autoattribute:: ProjMaxPlus
172+
173+
For projective matrices over the max-plus semiring.
174+
175+
.. autoattribute:: MaxPlusTrunc
176+
177+
For matrices over the truncated max-plus semiring.
178+
179+
.. autoattribute:: MinPlusTrunc
180+
181+
For matrices over the truncated min-plus semiring.
182+
183+
.. autoattribute:: NTP
184+
185+
For matrices over the semiring of natural numbers quotiented by `t = t +
186+
p`.
154187
..
155188
TODO later summary
156189

0 commit comments

Comments
 (0)