[Rcpp-commits] r3209 - pkg/Rcpp/inst/include/doxygen

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sun Oct 2 06:00:05 CEST 2011


Author: edd
Date: 2011-10-02 05:59:56 +0200 (Sun, 02 Oct 2011)
New Revision: 3209

Modified:
   pkg/Rcpp/inst/include/doxygen/Examples.h
Log:
update file to new inst/examples/ directories -- which do not appear on the doxygen "Examples" page unless listed here


Modified: pkg/Rcpp/inst/include/doxygen/Examples.h
===================================================================
--- pkg/Rcpp/inst/include/doxygen/Examples.h	2011-09-30 15:19:53 UTC (rev 3208)
+++ pkg/Rcpp/inst/include/doxygen/Examples.h	2011-10-02 03:59:56 UTC (rev 3209)
@@ -126,4 +126,30 @@
 
 
 
+//! \example OpenMP/piWithInterrupts.cpp.R
+//! Computing pi via MPI, and letting the user interupt via Ctrl-C
 
+//! \example OpenMP/check.R
+//! Compares both approaches
+
+//! \example OpenMP/OpenMPandInline.r
+//! Example of using OpenMP compilation via inline
+
+
+
+//! \example RcppGibbs/RcppGibbs.R
+//! Implementation of a MCMC Gibbs sampler using Rcpp
+
+//! \example RcppGibbs/timeRNGs.R
+//! Illustration of speed differences between Nornal and Uniform RNG draws from R and GSL
+
+
+//! \example Misc/fibonacci.r
+//! Faster recursive computation of Fibonacci numbers via Rcpp
+
+//! \example Misc/ifelseLooped.r
+//! Nice example of accelerating path-dependent loops with Rcpp
+
+
+
+



More information about the Rcpp-commits mailing list