diff scripts/linear-algebra/commutation_matrix.m @ 8517:81d6ab3ac93c

Allow documentation tobe built for other formats than tex and info
author sh@sh-laptop
date Wed, 14 Jan 2009 20:44:25 -0500
parents a1dbe9d80eee
children eb63fbe60fab
line wrap: on
line diff
--- a/scripts/linear-algebra/commutation_matrix.m	Wed Jan 14 16:49:45 2009 -0500
+++ b/scripts/linear-algebra/commutation_matrix.m	Wed Jan 14 20:44:25 2009 -0500
@@ -25,45 +25,45 @@
 ##  $K_{m,n}$
 ## @end tex
 ## @end iftex
-## @ifinfo
+## @ifnottex
 ##  K(m,n)
-## @end ifinfo
+## @end ifnottex
 ##  which is the unique
 ## @iftex
 ## @tex
 ##  $m n \times m n$
 ## @end tex
 ## @end iftex
-## @ifinfo
+## @ifnottex
 ##  @var{m}*@var{n} by @var{m}*@var{n}
-## @end ifinfo
+## @end ifnottex
 ##  matrix such that
 ## @iftex
 ## @tex
 ##  $K_{m,n} \cdot {\rm vec} (A) = {\rm vec} (A^T)$
 ## @end tex
 ## @end iftex
-## @ifinfo
+## @ifnottex
 ##  @math{K(m,n) * vec(A) = vec(A')}
-## @end ifinfo
+## @end ifnottex
 ##  for all
 ## @iftex
 ## @tex
 ##  $m\times n$
 ## @end tex
 ## @end iftex
-## @ifinfo
+## @ifnottex
 ##  @math{m} by @math{n}
-## @end ifinfo
+## @end ifnottex
 ##  matrices
 ## @iftex
 ## @tex
 ##  $A$.
 ## @end tex
 ## @end iftex
-## @ifinfo
+## @ifnottex
 ##  @math{A}.
-## @end ifinfo
+## @end ifnottex
 ##
 ## If only one argument @var{m} is given,
 ## @iftex
@@ -71,9 +71,9 @@
 ##  $K_{m,m}$
 ## @end tex
 ## @end iftex
-## @ifinfo
+## @ifnottex
 ##  @math{K(m,m)}
-## @end ifinfo
+## @end ifnottex
 ##  is returned.
 ##
 ## See Magnus and Neudecker (1988), Matrix differential calculus with