[Rcpp-commits] r3337 - pkg/RcppEigen/vignettes

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sat Nov 12 23:20:48 CET 2011


Author: edd
Date: 2011-11-12 23:20:48 +0100 (Sat, 12 Nov 2011)
New Revision: 3337

Modified:
   pkg/RcppEigen/vignettes/RcppEigen-intro-jss.tex
Log:
i.e. in \textit


Modified: pkg/RcppEigen/vignettes/RcppEigen-intro-jss.tex
===================================================================
--- pkg/RcppEigen/vignettes/RcppEigen-intro-jss.tex	2011-11-12 22:17:27 UTC (rev 3336)
+++ pkg/RcppEigen/vignettes/RcppEigen-intro-jss.tex	2011-11-12 22:20:48 UTC (rev 3337)
@@ -504,9 +504,9 @@
 just need to read the expression left to right.  So, for example, we
 construct \code{AAt} by creating a general integer matrix of size
 $m\times m$ (where $\bm A$ is $m\times n$), ensuring that all its
-elements are zero, regarding it as a self-adjoint (i.e. symmetric) matrix
+elements are zero, regarding it as a self-adjoint (\textit{i.e.} symmetric) matrix
 using the elements in the lower triangle, then adding $\bm A\bm A^\prime$
-to it and converting back to a general matrix form (i.e. the strict lower
+to it and converting back to a general matrix form (\textit{i.e.} the strict lower
 triangle is copied into the strict upper triangle).
 
 For these products one could define the symmetric matrix from either
@@ -924,7 +924,7 @@
 elements of $\bm D_1$ and whose last $p-r$ diagonal elements are zero.
 The tolerance for determining if an element of the diagonal of $\bm D_1$
 is considered to be (effectively) zero is a multiple of the largest
-singular value (i.e. the $(1,1)$ element of $\bm D$).
+singular value (\textit{i.e.} the $(1,1)$ element of $\bm D$).
 The pseudo-inverse, $\bm X^+$, of $\bm X$ is defined as
 \begin{displaymath}
   \bm X^+=\bm V\bm D_1^+\bm U_1^\prime .



More information about the Rcpp-commits mailing list