From eeca2aaf291ef8cb215e277c09c4205be8a84298 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Mon, 11 Jan 2016 18:09:38 -0500 Subject: [PATCH] Add a note about the nonstandard name "Motzkin decomposition." --- mjo/cone/cone.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/mjo/cone/cone.py b/mjo/cone/cone.py index 9358585..a70b016 100644 --- a/mjo/cone/cone.py +++ b/mjo/cone/cone.py @@ -74,6 +74,12 @@ def motzkin_decomposition(K): such that ``P`` is strictly convex, ``S`` is a subspace, and ``K`` is the direct sum of ``P`` and ``S``. + .. NOTE:: + + The name "Motzkin decomposition" is not standard. The result + is usually stated as the "decomposition theorem", or "cone + decomposition theorem." + OUTPUT: An ordered pair ``(P,S)`` of closed convex polyhedral cones where -- 2.43.2