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

ztpmv#

nvmath.bindings.cublas.ztpmv(
intptr_t handle,
int uplo,
int trans,
int diag,
int n,
intptr_t ap,
intptr_t x,
int incx,
)[source]#

See cublasZtpmv.