]> gitweb.michael.orlitzky.com - mjotex.git/blobdiff - mjo-linear_algebra.tex
Add \colvec to mjo-linear_algebra.
[mjotex.git] / mjo-linear_algebra.tex
index 91cc42dc26850c9959e829da35bddc60408ff89c..b2ad59cd905119522685a2cca666d2718d3f98e7 100644 (file)
@@ -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} }