R/zzz.R

#' cblasr
#'
#' Provide the 'cblas.h' header file for R. 'CBLAS' is a
#' collection of wrappers that provide a C interface to the FORTRAN 'BLAS'
#' library. Currently only the double precision / double complex 'BLAS'
#' routines are supported.
#'
#' @docType package
#' @author Yi Pan
#' @import Rcpp
#' @importFrom Rcpp evalCpp
#' @useDynLib cblasr
#' @name cblasr
NULL

Try the cblasr package in your browser

Any scripts or data that you put into this service are public.

cblasr documentation built on June 12, 2019, 5:03 p.m.