Back to LAPACK/BLAS
la.utilities.hermitian
Compute the conjugate transpose (Hermitian transpose) of a matrix.
Syntax
la.utilities.hermitian(A)
Description
Compute the conjugate transpose (Hermitian transpose) of a matrix. For real matrices, this is the same as the regular transpose. For complex matrices, this transposes and conjugates.
Parameters
| Name | Description |
|---|---|
| A | - Input matrix (m × n) |
Returns
HermitianResult