RcppArrayFire-package
|
Rcpp integration for ArrayFire |
RcppArrayFire.package.skeleton()
|
Create a skeleton for a new package that intends to use RcppArrayFire |
arrayfire_count_device()
|
Return the number of available devices |
arrayfire_device_info()
|
Report the information about current device and platform |
arrayfire_get_active_backend()
|
Get string description for the active backend |
arrayfire_get_available_backends()
|
Get a vector of string descriptions for the available backends |
arrayfire_get_device()
|
Return the index of current device |
arrayfire_get_seed()
|
Get the seed for random number generation in ArrayFire. |
arrayfire_info()
|
Display ArrayFire and device info |
arrayfire_set_backend()
|
Set the current backend |
arrayfire_set_device()
|
Switch to specified device |
arrayfire_set_seed()
|
Set the seed for random number generation in ArrayFire. |
fastLmPure()
|
Fast and simple linear model |
fastRnorm()
|
Fast rnorm alternative |
fastRunif()
|
Fast runif alternative |