zher2.f (3) Linux Manual Page
zher2.f – Synopsis Functions/Subroutines subroutine zher2 (UPLO, N, ALPHA, X, INCX, Y, INCY, A, LDA) ZHER2 Function/Subroutine Documentation subroutine zher2 (characterUPLO, integerN, complex*16ALPHA, complex*16, dimension(*)X, integerINCX, complex*16, dimension(*)Y, integerINCY, complex*16, dimension(lda,*)A, integerLDA) ZHER2 Purpose: ZHER2 performs the hermitian rank 2 operation A := alpha*x*y**H + conjg( alpha )*y*x**H + A, where alpha is a scalar,…
