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

Commit

Permalink
moved references and deleted empty lines
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisJahn committed Sep 13, 2022
1 parent 70ba7b5 commit 648e634
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions src/sage/combinat/root_system/reflection_group_real.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@
- Christian Stump (initial version 2011--2015)
REFERENCES:
.. [Dye] Dyer. *Bruhat intervals, polyhedral cones and Kazhdan-Lusztig-Stanley polynomials*. Math.Z., 215(2):223-236, 1994.
.. [JahStu] Jahn and Stump. *Bruhat intervals, subword complexes and brick polyhedra for finite Coxeter groups*. Preprint, available at :arxiv:`2103.03715`, 2021.
.. WARNING::
Uses the GAP3 package *Chevie* which is available as an
Expand Down Expand Up @@ -727,9 +722,7 @@ def bruhat_cone(self, x, y, side='upper', backend='cdd'):
INPUT:
- ``x`` - an element in the group `W`
- ``y`` - an element in the group `W`
- ``side`` (default: ``'upper'``) -- must be one of the following:
* ``'upper'`` - return the upper Bruhat cone of the interval [``x``, ``y``]
Expand Down Expand Up @@ -763,8 +756,8 @@ def bruhat_cone(self, x, y, side='upper', backend='cdd'):
REFERENCES:
- [Dye]_
- [JahStu]_
- [Dy1994]_
- [JS2021]_
"""
if side == 'upper':
roots = [self.reflection_to_positive_root(x * r * x.inverse())
Expand Down

0 comments on commit 648e634

Please sign in to comment.