zgemv_strided_batched_64#

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

See cublasZgemvStridedBatched_64.