# \donttest{
if (FALSE) {
a <- gpu.matrix(rnorm(20*5),20,5)
head(a) #shows the first six row of every column
tail(a) #shows the las six row of every column
show(a) #show all the object
a #equivalente to run the function show.
}
# }
Run the code above in your browser using DataLab