Description Usage Arguments Value See Also Examples
This function computes the square root of given vector/matrix by using self-defined CUDA function
1  | sqrtgpu(input)
 | 
input | 
 list consisting of R external GPU pointer and dimension  | 
square root of vector/matrix, a list consisting of
ptr: GPU pointer
m: number of rows
n: number of columns
1 2 3 4  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.