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

ssyrk_64#

nvmath.bindings.nvpl.blas.ssyrk_64(
int order,
int uplo,
int trans,
int64_t n,
int64_t k,
float alpha,
intptr_t a,
int64_t lda,
float beta,
intptr_t c,
int64_t ldc,
) void[source]#

See cblas_ssyrk_64.