[Rcpp-commits] r1835 - in pkg/Rcpp: . inst
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Thu Jul 8 13:59:13 CEST 2010
Author: romain
Date: 2010-07-08 13:59:13 +0200 (Thu, 08 Jul 2010)
New Revision: 1835
Modified:
pkg/Rcpp/NEWS
pkg/Rcpp/TODO
pkg/Rcpp/inst/ChangeLog
Log:
log diag
Modified: pkg/Rcpp/NEWS
===================================================================
--- pkg/Rcpp/NEWS 2010-07-08 11:46:47 UTC (rev 1834)
+++ pkg/Rcpp/NEWS 2010-07-08 11:59:13 UTC (rev 1835)
@@ -1,10 +1,11 @@
0.8.4 (under development)
- o new sugar functions: rep, rep_len, rep_each, rev, head, tail
+ o new sugar vector functions: rep, rep_len, rep_each, rev, head, tail,
+ diag
o sugar has been extended to matrices: The Matrix class now extends the
Matrix_Base template that implements CRTP. Currently sugar functions
- for matrices are: outer, col, row, lower_tri, upper_tri
+ for matrices are: outer, col, row, lower_tri, upper_tri, diag
o The unit tests have been reorganised into fewer files with one call to
cxxfunction() (covering multiple tests) resulting in a significant speedup
Modified: pkg/Rcpp/TODO
===================================================================
--- pkg/Rcpp/TODO 2010-07-08 11:46:47 UTC (rev 1834)
+++ pkg/Rcpp/TODO 2010-07-08 11:59:13 UTC (rev 1835)
@@ -56,7 +56,7 @@
min( x ) < 4
- o matrix functions : diag, apply
+ o matrix functions : apply
o for character vectors: nchar, grepl, sub, gsub
Modified: pkg/Rcpp/inst/ChangeLog
===================================================================
--- pkg/Rcpp/inst/ChangeLog 2010-07-08 11:46:47 UTC (rev 1834)
+++ pkg/Rcpp/inst/ChangeLog 2010-07-08 11:59:13 UTC (rev 1835)
@@ -3,6 +3,8 @@
* inst/include/Rcpp/sugar/functions/head.h: new sugar function : head
* inst/include/Rcpp/sugar/functions/tail.h: new sugar function : tail
+ * inst/include/Rcpp/sugar/functions/tail.h: new sugar function : diag
+
2010-07-07 Romain Francois <romain at r-enthusiasts.com>
* inst/include/Rcpp/sugar/functions/rep.h: version of rep that takes a
More information about the Rcpp-commits
mailing list