chpr2.f (3) Linux Manual Page
chpr2.f – SynopsisFunctions/Subroutinessubroutine chpr2 (UPLO, N, ALPHA, X, INCX, Y, INCY, AP) CHPR2 Function/Subroutine Documentationsubroutine chpr2 (characterUPLO, integerN, complexALPHA, complex, dimension(*)X, integerINCX, complex, dimension(*)Y, integerINCY, complex, dimension(*)AP)CHPR2 Purpose: CHPR2 performs the hermitian rank 2 operation A := alpha*x*y**H + conjg( alpha )*y*x**H + A, where alpha is a scalar, x and y are n element…
