Description Usage Arguments Value See Also Examples
This function computes matrix-vector multipication y = a A x + b y by using CUDA cublas function cublasDgemv
1  | 
trans | 
 matrix A transpose operator, 1 (non-transpose), 2 (transpose), 3 (conjugate transpose); default at 1 (non-transpose)  | 
alpha | 
 scale factor a of matrix A; default 1  | 
A | 
 input matrix; list of R external GPU pointer and dimension  | 
x | 
 input vector; list of R external GPU pointer and dimension  | 
beta | 
 scale factor b of vector y; default 0  | 
y | 
 input/output vector; list of R external GPU pointer and dimension  | 
vector y, a list consisting of
ptr: GPU pointer
m: length of vector y
n: 1
1 2 3 4 5 6 7 8  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.