All Projects → daqana → rcpparrayfire

daqana / rcpparrayfire

Licence: GPL-2.0 license
R and ArrayFire library via Rcpp

Programming Languages

C++
36643 projects - #6 most used programming language
r
7636 projects
M4
1887 projects
shell
77523 projects

Projects that are alternatives of or similar to rcpparrayfire

rcppensmallen
Rcpp integration for the Ensmallen templated C++ mathematical optimization library
Stars: ✭ 28 (+64.71%)
Mutual labels:  rcpp
RcppML
Rcpp Machine Learning: Fast robust NMF, divisive clustering, and more
Stars: ✭ 52 (+205.88%)
Mutual labels:  rcpp
ABCoptim
An implementation of the Artificial Bee Colony (ABC) Algorithm
Stars: ✭ 26 (+52.94%)
Mutual labels:  rcpp
colourvalues
R library for assigning colours to values
Stars: ✭ 41 (+141.18%)
Mutual labels:  rcpp
arrayfire-java
Java wrapper for ArrayFire
Stars: ✭ 34 (+100%)
Mutual labels:  arrayfire
sfheaders
Build sf objects from R and Rcpp
Stars: ✭ 70 (+311.76%)
Mutual labels:  rcpp
splines2
Regression Spline Functions and Classes
Stars: ✭ 21 (+23.53%)
Mutual labels:  rcpp
URT
Fast Unit Root Tests and OLS regression in C++ with wrappers for R and Python
Stars: ✭ 70 (+311.76%)
Mutual labels:  rcpp
joineRML
R package for fitting joint models to time-to-event data and multivariate longitudinal data
Stars: ✭ 24 (+41.18%)
Mutual labels:  rcpp
rTRNG
R package providing access and examples to TRNG C++ library
Stars: ✭ 17 (+0%)
Mutual labels:  rcpp
bh
R package providing Boost Header files
Stars: ✭ 73 (+329.41%)
Mutual labels:  rcpp
Badssl.com
🔒 Memorable site for testing clients against bad SSL configs.
Stars: ✭ 2,234 (+13041.18%)
Mutual labels:  rcpp
textTinyR
Text Processing for Small or Big Data Files in R
Stars: ✭ 32 (+88.24%)
Mutual labels:  rcpp
rcppredis
R interface to Redis using the hiredis library
Stars: ✭ 45 (+164.71%)
Mutual labels:  rcpp
rcppfastfloat
Rcpp Bindings for the 'fastfloat' Header-Only Library
Stars: ✭ 18 (+5.88%)
Mutual labels:  rcpp
gmwm
Generalized Method of Wavelet Moments (GMWM) is an estimation technique for the parameters of time series models. It uses the wavelet variance in a moment matching approach that makes it particularly suitable for the estimation of certain state-space models.
Stars: ✭ 21 (+23.53%)
Mutual labels:  rcpp
dtt
A C++ header-only for data transfer between linear algebra libraries (Eigen, Armadillo, OpenCV, ArrayFire, LibTorch).
Stars: ✭ 74 (+335.29%)
Mutual labels:  arrayfire
RcppXPtrUtils
XPtr Add-Ons for 'Rcpp'
Stars: ✭ 17 (+0%)
Mutual labels:  rcpp
hashmap
Faster hash maps in R
Stars: ✭ 72 (+323.53%)
Mutual labels:  rcpp
rcpp progress
RcppProgress R package: An interruptible progress bar with OpenMP support for c++ in R packages
Stars: ✭ 26 (+52.94%)
Mutual labels:  rcpp

Travis-CI Build Status Coverage Status

RcppArrayFire

R and ArrayFire library via Rcpp. You can build the ArrayFire library from source or use the binary installer. See the ArrayFire documentation for details. RcppArrayFire is developed on Linux and has been tested on Linux and MacOS.

Installation

RcppArrayFire is not on CRAN, but you can install the current version via drat:

if (!requireNamespace("drat", quietly = TRUE)) install.packages("drat")
drat::addRepo("daqana")
install.packages("RcppArrayFire")

RcppArrayFire uses the unified backend of ArrayFire. If you have installed ArrayFire in a non-standard directory, you can use the configure argument --with-arrayfire:

install.packages("RcppArrayFire", configure.args = "--with-arrayfire=/opt/arrayfire")

Trademark notice

RcppArrayFire is not affiliated with or endorsed by ArrayFire. The ArrayFire literal mark is used under a limited license granted by ArrayFire the trademark holder in the United States and other countries.

Status

RcppArrayFire is based on RcppFire and is under development.

Authors

Kazuki Fukui and Ralf Stubner

License

GPL (>= 2)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].