]> gitweb.michael.orlitzky.com - mjotex.git/blobdiff - mjo-cone.tex
Fix all chktex warnings.
[mjotex.git] / mjo-cone.tex
index 2981439045a8e78bb134f79379b7ce2c613b4e42..a7507d60778bf4a01b560cb1b41c97e36a77ff9b 100644 (file)
@@ -5,8 +5,31 @@
 % sets other than cones, but nobody cares.
 %
 
+\usepackage{amssymb} % \succcurlyeq and friends
+
 \input{mjo-common}
 
+%
+% Common cones.
+%
+
+% The nonnegative orthant in the given number of dimensions.
+\newcommand*{\Rnplus}[1][n]{ \Rn[#1]_{+} }
+
+% The Lorentz ``ice-cream'' cone in the given number of dimensions.
+\newcommand*{\Lnplus}[1][n]{ \mathcal{L}^{{#1}}_{+} }
+
+% The PSD cone in a space of symmetric matrices.
+\newcommand*{\Snplus}[1][n]{ \mathcal{S}^{{#1}}_{+} }
+
+% The PSD cone in a space of Hermitian matrices.
+\newcommand*{\Hnplus}[1][n]{ \mathcal{H}^{{#1}}_{+} }
+
+
+%
+% Some collections of linear operators
+%
+
 % The set of all S-operators on its argument.
 \newcommand*{\Sof}[1]{ \mathbf{S} \of{ {#1} } }
 
 % The space of Lyapunov-like operators on its argument.
 \newcommand*{\LL}[1]{ \mathbf{LL}\of{ {#1} } }
 
+
+%
 % Cone inequality operators.
-\newcommand*{\gek}{ \succcurlyeq }
-\newcommand*{\gtk}{ \succ }
-\newcommand*{\lek}{ \preccurlyeq }
-\newcommand*{\ltk}{ \prec }
+%
+
+% Standard cone inequalities.
+\newcommand*{\gek}{\succcurlyeq}
+\newcommand*{\gtk}{\succ}
+\newcommand*{\lek}{\preccurlyeq}
+\newcommand*{\ltk}{\prec}
+
 
 % Starred versions of the cone inequality operators.
 \newcommand*{\ineqkstar}[1]{ \mathrel{ \overset{ _{\ast} }{ #1 } } }