zgemv_strided_batched#

nvmath.bindings.cublas.zgemv_strided_batched(
intptr_t handle,
int trans,
int m,
int n,
intptr_t alpha,
intptr_t a,
int lda,
long long stride_a,
intptr_t x,
int incx,
long long strid_ex,
intptr_t beta,
intptr_t y,
int incy,
long long stridey,
int batch_count,
)[source]#

See cublasZgemvStridedBatched.