]> gitweb.michael.orlitzky.com - mjotex.git/commitdiff
Remove \adjinv from mjo-linear_algebra.
authorMichael Orlitzky <michael@orlitzky.com>
Wed, 9 Mar 2016 00:28:37 +0000 (19:28 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Wed, 9 Mar 2016 00:28:37 +0000 (19:28 -0500)
mjo-linear_algebra.tex

index 955dd3a3347e4db45c5f251dba877a68acdd34a2..b3d4296f1b968e0da72a2d553c637bfe93861819 100644 (file)
@@ -43,8 +43,5 @@
 % The ``write a big vector as a matrix'' operator.
 \newcommand*{\matricize}[1]{ \operatorname{mat} \of{{#1}} }
 
-% 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} }