]> gitweb.michael.orlitzky.com - mjotex.git/blobdiff - mjo-linear_algebra.tex
Rename mjo-fonts, mjo-pcases, and mjo-theorems for consistency.
[mjotex.git] / mjo-linear_algebra.tex
index 0fce684a88ba6f8cac3e2136dca6d77c05ae198c..b2ad59cd905119522685a2cca666d2718d3f98e7 100644 (file)
@@ -5,7 +5,7 @@
 \input{mjo-common}
 
 % The inner product between its two arguments.
-\DeclarePairedDelimiterX{\ip}[2]{ \langle }{ \rangle}{ {#1}, {#2} }
+\newcommand*{\ip}[2]{ \langle {#1}, {#2} \rangle }
 
 % The tensor product of its two arguments.
 \newcommand*{\tp}[2]{ {#1} \otimes {#2} }
@@ -36,3 +36,6 @@
 
 % The inverse of the adjoint of an operator (the argument).
 \newcommand*{\adjinv}[1]{ \left( {#1}^{*} \right)^{-1} }
+
+% An inline column vector, with parentheses and a transpose operator.
+\newcommand*{\colvec}[1]{ \left( {#1} \right)^{T} }