[Rcpp-commits] r2574 - pkg/RcppGSL
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sun Nov 28 23:21:46 CET 2010
Author: romain
Date: 2010-11-28 23:21:46 +0100 (Sun, 28 Nov 2010)
New Revision: 2574
Modified:
pkg/RcppGSL/ChangeLog
Log:
logging
Modified: pkg/RcppGSL/ChangeLog
===================================================================
--- pkg/RcppGSL/ChangeLog 2010-11-28 22:17:25 UTC (rev 2573)
+++ pkg/RcppGSL/ChangeLog 2010-11-28 22:21:46 UTC (rev 2574)
@@ -1,3 +1,9 @@
+2010-11-28 Romain Francois <romain at r-enthusiasts.com>
+
+ * inst/include/RcppGSLForward.h: vector_view<T> now exposes a public data
+ member of class vector<T> called vector. Similarly, matrix_view<T> exposes
+ a public data member of type matrix<T> called matrix.
+
2010-11-28 Dirk Eddelbuettel <edd at debian.org>
* inst/examples/RcppGSLExample/: Started as a means to provide a
More information about the Rcpp-commits
mailing list