]> gitweb.michael.orlitzky.com - mjotex.git/commitdiff
Add S^{n}, the space of symmetric n-by-n matrices.
authorMichael Orlitzky <michael@orlitzky.com>
Tue, 7 Mar 2017 23:52:39 +0000 (18:52 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Tue, 7 Mar 2017 23:53:04 +0000 (18:53 -0500)
mjo-common.tex
mjo-cone.tex

index 61ea7c48e7cd8fe0d6ead881d37c5275330b6a0a..1e3c69f6b780a7fb00f7c362910981366db3c876 100644 (file)
   \mathbb{C}\if\detokenize{#1}\detokenize{1}{}\else^{#1}\fi
 }
 
+% The space of symmetric n-by-n matrices.
+\providecommand*{\Sn}[1][n]{
+  \mathcal{S}\if\detokenize{#1}\detokenize{1}{}\else^{#1}\fi
+}
 
 %
 % Basic set operations
index b770d753ec3ad8855a0ab91081550ee106737056..b7bcdab9c9dbe236fecb0142638ed136aac69e07 100644 (file)
@@ -24,7 +24,7 @@
 \newcommand*{\Lnplus}[1][n]{ \mathcal{L}^{{#1}}_{+} }
 
 % The PSD cone in a space of symmetric matrices.
-\newcommand*{\Snplus}[1][n]{ \mathcal{S}^{{#1}}_{+} }
+\newcommand*{\Snplus}[1][n]{ \Sn[#1]_{+} }
 
 % The PSD cone in a space of Hermitian matrices.
 \newcommand*{\Hnplus}[1][n]{ \mathcal{H}^{{#1}}_{+} }