S3 methods for the gpu_sparse_matrix class returned by
st_read_gpu.
Value
printInvisibly returns
x, prints summary to console.dimInteger vector of length 2:
c(nrow, ncol).nrowNumber of rows (integer).
ncolNumber of columns (integer).
Examples
if (FALSE) { # \dontrun{
gpu_mat <- st_read_gpu("data.spz")
print(gpu_mat)
dim(gpu_mat)
nrow(gpu_mat)
ncol(gpu_mat)
st_free_gpu(gpu_mat)
} # }