-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
25 lines (25 loc) · 827 Bytes
/
DESCRIPTION
File metadata and controls
25 lines (25 loc) · 827 Bytes
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
Package: gpuRclblas
Type: Package
Title: clBLAS Functions for R Objects
Version: 1.0.0
Date: 2016-08-18
Author: Charles Determan Jr.
Maintainer: Charles Determan Jr. <cdetermanjr@gmail.com>
Description: This package is designed to be an extensive of the gpuR
package. The classes herein inherit the gpuR classes as all the
functions herein are intended to also be implemented with the respective
ViennaCL (OpenCL) version in gpuR. This package will allow the user to
easily use the same functions with the clBLAS backend.
License: GPL (>= 2)
Depends:
methods,
gpuR (>= 1.1.4)
Imports:
Rcpp,
assertive
LinkingTo: Rcpp, RcppEigen, gpuR, RViennaCL
Suggests:
testthat
URL: http://github.com/cdeterman/gpuRclblas
BugReports: http://github.com/cdeterman/gpuRclblas/issues/new
RoxygenNote: 5.0.1