DSYMM (3) Linux Manual Page
NAME dsymm.f – SYNOPSIS Functions/Subroutines subroutine dsymm (SIDE, UPLO, M, N, ALPHA, A, LDA, B, LDB, BETA, C, LDC) DSYMM Function/Subroutine Documentation subroutine dsymm (characterSIDE, characterUPLO, integerM, integerN, double precisionALPHA, double precision, dimension(lda,*)A, integerLDA, double precision, dimension(ldb,*)B, integerLDB, double precisionBETA, double precision, dimension(ldc,*)C, integerLDC) DSYMM Purpose: DSYMM performs one of the matrix-matrix operations C :=…
