-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
28 lines (28 loc) · 1.17 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Package: RcppBandicoot
Title: 'Rcpp' Integration for the `Bandicoot` Header-Only C++ GPU Accelerated Linear Algebra Library
Version: 0.1.11.1.9000
Authors@R:
c(
person("James Joseph", "Balamuta", email = "[email protected]",
role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0003-2826-8458"))
)
Description: 'Bandicoot' is a templated C++ GPU Linear Algebra library
(by the 'Armadillo' team) that provides a simple set of abstractions for writing
high performant code for graphics processing units.
The 'RcppBandicoot' package includes the header files from the 'Bandicoot' library.
Therefore, users do not need to install 'Bandicoot' to use 'RcppBandicoot'.
Note that the 'Bandicoot' library is licensed under Apache License version 2.0 and
'RcppBandicoot' (the 'Rcpp' bindings/bridge to 'Bandicoot') is licensed under
the GNU GPL version 2 or later. Note that 'Bandicoot' requires a compiler that
supports 'C++11' and 'OpenCL' or 'CUDA' 9.800 or later.
License: GPL (>= 2)
Depends:
R (>= 4.3)
LinkingTo:
Rcpp (>= 1.0.11)
Imports:
Rcpp (>= 1.0.11)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3