The nvmath.bindings module is experimental and potentially subject to future changes.

zaxpy_64#

nvmath.bindings.cublas.zaxpy_64(
intptr_t handle,
int64_t n,
intptr_t alpha,
intptr_t x,
int64_t incx,
intptr_t y,
int64_t incy,
)[source]#

See cublasZaxpy_64.