RViennaCL
RViennaCL copied to clipboard
R package providing ViennaCL header files
Results
2
RViennaCL issues
Sort by
recently updated
recently updated
newest added
This issue is motivated by https://stackoverflow.com/questions/49457018/using-rviennacl-for-matrix-multiplication/. According to https://cran.r-project.org/web/packages/Rcpp/vignettes/Rcpp-extending.pdf one needs to add some forward declarations before loading `Rcpp.h` if one wants to extend Rcpp by custom `as()` and `wrap()`...
Hi @cdeterman , Would it be possible to get an example code that does matrix multiplication using RViennaCL? Thanks a lot,