[Rcpp-commits] r1989 - pkg/Rcpp

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu Aug 12 08:00:20 CEST 2010


Author: romain
Date: 2010-08-12 08:00:19 +0200 (Thu, 12 Aug 2010)
New Revision: 1989

Modified:
   pkg/Rcpp/TODO
Log:
some more TODO

Modified: pkg/Rcpp/TODO
===================================================================
--- pkg/Rcpp/TODO	2010-08-12 05:45:16 UTC (rev 1988)
+++ pkg/Rcpp/TODO	2010-08-12 06:00:19 UTC (rev 1989)
@@ -49,6 +49,15 @@
 	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 	crossprod
+	
+	o	SUGAR_MATH: is there overhead in having the function pointer, should
+		the macro generate code that statically calls the function ? It would 
+		probably be harder to write/debug
+		
+	o	Simplify the CPLXSXP functions Re,Im,Mod,Conj so that they are generated
+		by a macro similar to SUGAR_MATH_1
 
     o	Vector * Matrix, Matrix * Matrix
 



More information about the Rcpp-commits mailing list