From 3017c3cd35c6e084be956b12863ed8c9212abf8c Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Mon, 7 Mar 2016 23:29:34 -0500 Subject: [PATCH] Add \colvec to mjo-linear_algebra. --- mjo-linear_algebra.tex | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mjo-linear_algebra.tex b/mjo-linear_algebra.tex index 91cc42d..b2ad59c 100644 --- a/mjo-linear_algebra.tex +++ b/mjo-linear_algebra.tex @@ -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} } -- 2.43.2