-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
41 lines (41 loc) · 1.61 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
29
30
31
32
33
34
35
36
37
38
39
40
41
Package: RcppBlaze
Type: Package
Title: 'Rcpp' Integration for the 'Blaze' High-Performance 'C++' Math Library
Version: 1.0.1
Date: 2024-04-27
Authors@R: c(
person(given = "Ching-Chuan",
family = "Chen",
role = c("aut", "cre", "ctr"),
email = "zw12356@gmail.com",
comment = c(ORCID = '0009-0007-8273-3206')),
person("Klaus", "Iglberger", role = "aut", comment = "blaze"),
person("Georg", "Georg", role = "aut", comment = "blaze"),
person("Tobias", "Scharpff", role = "aut", comment = "blaze")
)
Maintainer: Ching-Chuan Chen <zw12356@gmail.com>
URL: https://github.com/Chingchuan-chen/RcppBlaze,
https://bitbucket.org/blaze-lib/blaze
BugReports: https://github.com/Chingchuan-chen/RcppBlaze/issues
Description: Blaze is an open-source, high-performance 'C++' math library for dense and sparse arithmetic.
With its state-of-the-art Smart Expression Template implementation Blaze combines the elegance and
ease of use of a domain-specific language with HPC-grade performance, making it one of the most
intuitive and fastest 'C++' math libraries available. The 'RcppBlaze' package includes the header files
from the 'Blaze' library with disabling some functionalities related to link to the thread and system
libraries which make 'RcppBlaze' be a header-only library. Therefore, users do not need to install
'Blaze'.
Depends:
R (>= 4.2.0)
Imports:
Rcpp (>= 1.0.0),
Matrix (>= 1.5-0)
LinkingTo:
Rcpp
Suggests:
MatrixExtra,
tinytest,
microbenchmark
LazyLoad: yes
Encoding: UTF-8
License: BSD_3_clause + file LICENSE
RoxygenNote: 7.3.1