From 648e6340df54ecdf456a4019a84dae2853661660 Mon Sep 17 00:00:00 2001 From: Dennis Jahn Date: Tue, 13 Sep 2022 09:49:43 +0200 Subject: [PATCH] moved references and deleted empty lines --- .../combinat/root_system/reflection_group_real.py | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/src/sage/combinat/root_system/reflection_group_real.py b/src/sage/combinat/root_system/reflection_group_real.py index 38bfee60855..9e5c2e2c1b0 100644 --- a/src/sage/combinat/root_system/reflection_group_real.py +++ b/src/sage/combinat/root_system/reflection_group_real.py @@ -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 @@ -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``] @@ -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())