- zher:: ORDER * UPLO * N * ALPHA * X * A [LDA * INCX] -> F64VECTOR procedure
xHER performs the Hermitian rank 1 operation A := alpha*x*conjg(x') + A.
ALPHA is a scalar, X is an N element vector, and A is an N x N Hermitian matrix.
xHER performs the Hermitian rank 1 operation A := alpha*x*conjg(x') + A.
ALPHA is a scalar, X is an N element vector, and A is an N x N Hermitian matrix.