cblasr: The C Interface to 'BLAS' Routines

Provides the 'cblas.h' header file as C interface to the underlying internal 'BLAS' library in R. 'CBLAS' <https://www.netlib.org/blas/cblas.h> is a collection of wrappers originally written by Keita Teranishi and provides a C interface to the FORTRAN 'BLAS' library <https://www.netlib.org/blas/>. Note that as internal 'BLAS' library provided by R <https://svn.r-project.org/R/trunk/src/include/R_ext/BLAS.h> is used and only the double precision / double complex 'BLAS' routines are supported.

Version: 1.0.0
Imports: Rcpp (≥ 1.0.0)
LinkingTo: Rcpp
Published: 2019-06-12
Author: Yi Pan [aut, cre], Keita Teranishi [aut]
Maintainer: Yi Pan <ypan1988 at gmail.com>
License: GPL-2 | GPL-3 [expanded from: GPL (≥ 2)]
NeedsCompilation: yes
CRAN checks: cblasr results

Downloads:

Reference manual: cblasr.pdf
Package source: cblasr_1.0.0.tar.gz
Windows binaries: r-devel: cblasr_1.0.0.zip, r-release: cblasr_1.0.0.zip, r-oldrel: cblasr_1.0.0.zip
macOS binaries: r-release: cblasr_1.0.0.tgz, r-oldrel: cblasr_1.0.0.tgz

Linking:

Please use the canonical form https://CRAN.R-project.org/package=cblasr to link to this page.