[Rcpp-commits] r2010 - pkg/Rcpp
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sun Aug 15 12:20:14 CEST 2010
Author: romain
Date: 2010-08-15 12:20:14 +0200 (Sun, 15 Aug 2010)
New Revision: 2010
Modified:
pkg/Rcpp/TODO
Log:
more todo
Modified: pkg/Rcpp/TODO
===================================================================
--- pkg/Rcpp/TODO 2010-08-15 10:19:13 UTC (rev 2009)
+++ pkg/Rcpp/TODO 2010-08-15 10:20:14 UTC (rev 2010)
@@ -52,7 +52,9 @@
o not sure rep should be lazy, i.e. rep( x, 4 ) fetches x[i] 4 times,
maybe we should use LazyVector like in outer to somehow cache the
result when it is judged expensive to calculate
-
+
+ o convert dpq norm and dpq unif to use RCPP_DPQ
+
o crossprod
o SUGAR_MATH: is there overhead in having the function pointer, should
More information about the Rcpp-commits
mailing list