The nvmath.bindings module is experimental and potentially subject to future changes. dsymm_64# nvmath.bindings.nvpl.blas.dsymm_64( int order, int side, int uplo, int64_t m, int64_t n, double alpha, intptr_t a, int64_t lda, intptr_t b, int64_t ldb, double beta, intptr_t c, int64_t ldc, ) → void[source]# See cblas_dsymm_64.