]> gitweb.michael.orlitzky.com - mjotex.git/commitdiff
Add \colvec to mjo-linear_algebra.
authorMichael Orlitzky <michael@orlitzky.com>
Tue, 8 Mar 2016 04:29:34 +0000 (23:29 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Tue, 8 Mar 2016 04:29:34 +0000 (23:29 -0500)
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} }