Rcpp Version 1.0.14
Loading...
Searching...
No Matches
sourceCpp.R
Go to the documentation of this file.
1
2library(Rcpp)
3
4sourceCpp("Export.cpp")
5fibonacci(5)
6
7
8sourceCpp("Depends.cpp")
9fastLm(c(1,2,3), matrix(3,3))
10