Skip to content

Commit 05de6cc

Browse files
committed
algorithm block
1 parent 133374e commit 05de6cc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/sage/combinat/k_regular_sequence.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1052,6 +1052,12 @@ def _mul_(self, other):
10521052
10531053
A :class:`kRegularSequence`
10541054
1055+
ALGORITHM:
1056+
1057+
See pdf attached to
1058+
`github pull request #35894 <https://github.com/sagemath/sage/pull/35894>`_
1059+
which contains a draft describing the details of the used algorithm.
1060+
10551061
EXAMPLES::
10561062
10571063
sage: Seq2 = kRegularSequenceSpace(2, ZZ)

0 commit comments

Comments
 (0)