File tree Expand file tree Collapse file tree
docs/source/data-structures/elements/matrix Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments