cherk.f (3) Linux Manual Page
cherk.f – Synopsis Functions/Subroutines subroutine cherk (UPLO, TRANS, N, K, ALPHA, A, LDA, BETA, C, LDC) CHERK Function/Subroutine Documentation subroutine cherk (characterUPLO, characterTRANS, integerN, integerK, realALPHA, complex, dimension(lda,*)A, integerLDA, realBETA, complex, dimension(ldc,*)C, integerLDC) CHERK Purpose: CHERK performs one of the hermitian rank k operations C := alpha*A*A**H + beta*C, or C := alpha*A**H*A + beta*C,…
