gpuR icon indicating copy to clipboard operation
gpuR copied to clipboard

unable to find an inherited method for function ‘as.gpuMatrix’ for signature ‘"matrix"’

Open alutterb opened this issue 5 years ago • 0 comments

Error: Error in (function (classes, fdef, mtable) : unable to find an inherited method for function ‘as.gpuMatrix’ for signature ‘"matrix"’

Reproducible example:

a <- seq(1,10)
b <- seq(2, 11)
m <- rbind(a,b)
m <- as.gpuMatrix(m)

This will throw the aforementioned error. I am running 3.6.2 version of R. Any help is appreciated, thank you!

alutterb avatar Jan 03 '20 20:01 alutterb