ComplexMatrix.HermitianTranspose 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: 25.1.421.0 (25.1.421.0)
Syntaxpublic ComplexMatrix HermitianTranspose()
Public Function HermitianTranspose As ComplexMatrix
public:
ComplexMatrix^ HermitianTranspose()
member HermitianTranspose : unit -> ComplexMatrix
Return Value
Type:
ComplexMatrixThe new conjugate transposed matrix.
See Also