From 5429c482fb22e8e3e5af750ca707ca8d70dedb32 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Thu, 1 Oct 2015 09:03:54 -0400 Subject: [PATCH] Shorten the docstring for LL(K). --- mjo/cone/cone.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mjo/cone/cone.py b/mjo/cone/cone.py index 1a3ee3b..bf121cb 100644 --- a/mjo/cone/cone.py +++ b/mjo/cone/cone.py @@ -311,8 +311,7 @@ def discrete_complementarity_set(K): def LL(K): r""" - Compute the space `\mathbf{LL}` of all Lyapunov-like transformations - on this cone. + Compute a basis of Lyapunov-like transformations on this cone. OUTPUT: -- 2.44.2