Back to LAPACK/BLAS
la.utilities.conjugate
Compute the complex conjugate of a matrix.
Syntax
la.utilities.conjugate(A)
Description
Compute the complex conjugate of a matrix. For real matrices, this returns a copy of the matrix. For complex matrices (stored as interleaved real/imag pairs), this negates the imaginary parts.
Parameters
| Name | Description |
|---|---|
| A | - Input matrix (m × n) |
Returns
ConjugateResult