KPG1_HCONx

Takes the complex conjugate of an Hermitian image

Description:

The complex conjugate of the supplied Hermitian image is returned. See routine KPG1_HMLTx for more information on Hermitian images.

Invocation

CALL KPG1_HCONx( M, N, IN, STATUS )

Arguments

M = INTEGER (Given)
Number of columns.
N = INTEGER (Given)
Number of rows.
IN( N, M ) =? (Given and Returned)
On input it is the Hermitian image. On exit it holds the complex conjugate of the supplied array.
STATUS = INTEGER (Given and Returned)
The global status.

Notes: