ComplexMatrixHermitianTranspose Method |
Creates a new
ComplexMatrix which is the Hermitian or conjugate transpose of the current matrix.
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public ComplexMatrix HermitianTranspose()
Public Function HermitianTranspose As ComplexMatrix
public:
ComplexMatrix^ HermitianTranspose()
member HermitianTranspose : unit -> ComplexMatrix
Return Value
Type:
ComplexMatrixThe new conjugate transposed matrix.
See Also