The nvmath.bindings module is experimental and potentially subject to future changes. strmm_64# nvmath.bindings.nvpl.blas.strmm_64( int order, int side, int uplo, int trans_a, int diag, int64_t m, int64_t n, float alpha, intptr_t a, int64_t lda, intptr_t b, int64_t ldb, ) → void[source]# See cblas_strmm_64.