Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Merge branch 'u/dkrenn/sequences/recognizable' into u/dkrenn/sequence…
Browse files Browse the repository at this point in the history
…s/k-regular

* u/dkrenn/sequences/recognizable:
  move "transpose" in docstring to correct place
  • Loading branch information
dkrenn committed Aug 19, 2016
2 parents 9afc4ac + fd4f541 commit 4eb1544
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions src/sage/combinat/recognizable_series.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,14 @@ def __init__(self, parent, mu, left=None, right=None):
``None``, then this multiplication is skipped.
See :meth:`right <right>` for more details.
When created via the parent :class:`RecognizableSeriesSpace`, then
the following option is available.
- ``transpose`` -- (default: ``False``) a boolean. If set, then
each of the matrices in :meth:`mu <mu>` is transposed. Additionally
the vectors :meth`left <left>` and :meth:`right <right>` are switched.
(This is done by calling :meth:`transposed`.)
EXAMPLES::
sage: Rec = RecognizableSeriesSpace(ZZ, [0, 1])
Expand Down Expand Up @@ -920,11 +928,6 @@ class RecognizableSeriesSpace(UniqueRepresentation, Parent):
- ``category`` -- (default: ``None``) the category of this
space.
- ``transpose`` -- (default: ``False``) a boolean. If set, then
each of the matrices in :meth:`mu <RecognizableSeries.mu>` is transposed. Additionally
the vectors :meth`left <RecognizableSeries.left>` and :meth:`right <RecognizableSeries.right>` are switched.
(This is done by calling :meth:`~RecognizableSeries.transposed`.)
EXAMPLES:
All of the following examples create the same space::
Expand Down

0 comments on commit 4eb1544

Please sign in to comment.