Description Usage Arguments Value Author(s)
Row and column sums and of cudaMatrix objects
1 2 3 4 5 6 7 8 9 10 11 | ## S4 method for signature 'cudaMatrix,missing,missing'
colSums(x, na.rm, dims)
## S4 method for signature 'cudaMatrix,missing,missing'
rowSums(x, na.rm, dims)
## S4 method for signature 'cudaMatrix,missing,missing'
colMeans(x, na.rm, dims)
## S4 method for signature 'cudaMatrix,missing,missing'
rowMeans(x, na.rm, dims)
|
x |
A cudaMatrix object |
na.rm |
Not currently used |
dims |
Not currently used |
A cudaVector object
Charles Determan Jr.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.