R/classes.R

setClassUnion("gpuRmatrix", c("gpuMatrix", "vclMatrix"))
setClassUnion("numericOrInt", c("numeric", "integer"))

setClass("gpuQR", 
         slots = c(qr = "gpuRmatrix", betas = "numeric")
)

Try the gpuR package in your browser

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

gpuR documentation built on May 30, 2019, 1:02 a.m.