[Rcpp-commits] r3322 - pkg/RcppEigen/vignettes
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sat Nov 12 02:39:57 CET 2011
Author: edd
Date: 2011-11-12 02:39:56 +0100 (Sat, 12 Nov 2011)
New Revision: 3322
Modified:
pkg/RcppEigen/vignettes/RcppEigen-intro-jss.tex
Log:
small fix, and one question
Modified: pkg/RcppEigen/vignettes/RcppEigen-intro-jss.tex
===================================================================
--- pkg/RcppEigen/vignettes/RcppEigen-intro-jss.tex 2011-11-11 11:35:11 UTC (rev 3321)
+++ pkg/RcppEigen/vignettes/RcppEigen-intro-jss.tex 2011-11-12 01:39:56 UTC (rev 3322)
@@ -1396,6 +1396,7 @@
Another recommended practice is to assign objects before wrapping them
for return to \proglang{R}.
+\marginpar{DE: Don't you say that already when comparing Fig 1 and Fig 13?}
\section{Sparse matrices}
\label{sec:sparse}
@@ -1512,16 +1513,17 @@
\section{Summary}
-This paper introduced the \pkg{RcppEigen} package which provides high-level
-linear algebra computations as an extension to the \proglang{R} system.
-\pkg{RcppEigen} is based on the modern \proglang{C++} library \pkg{Eigen}
-which combines extended functionality with excellent performance, and
-utilizes \pkg{Rcpp} to interface \proglang{R} with \proglang{C++}.
-Several illustrations covered common matrix operations and
-several approaches to solving a least squares problem---including an extended
-discussion of rank-revealing approaches. A short example provided
-an empirical illustration for the excellent run-time performance of the
-\pkg{RcppEigen} package.
+This paper introduced the \pkg{RcppEigen} package which provides
+high-level linear algebra computations as an extension to the
+\proglang{R} system. \pkg{RcppEigen} is based on the modern
+\proglang{C++} library \pkg{Eigen} which combines extended
+functionality with excellent performance, and utilizes \pkg{Rcpp} to
+interface \proglang{R} with \proglang{C++}. Several illustrations
+covered common matrix operations and several approaches to solving a
+least squares problem---including an extended discussion of
+rank-revealing approaches. Sparse matrix computations were also
+discussed, and a short example provided an empirical demonstration of
+the excellent run-time performance of the \pkg{RcppEigen} package.
\bibliography{Rcpp}
More information about the Rcpp-commits
mailing list