Rcpp Version 1.0.9
sourceCpp.R
Go to the documentation of this file.
1
2
library(Rcpp)
3
4
sourceCpp("Export.cpp")
5
fibonacci(5)
6
7
8
sourceCpp("Depends.cpp")
9
fastLm(c(1,2,3), matrix(3,3))
10
inst
examples
Attributes
sourceCpp.R
Generated on Sat Jul 9 2022 09:14:51 for Rcpp Version 1.0.9 by
1.9.1