| DoubleComplexMatrixConjTranspose Method |
Returns the conjugate transpose of this matrix.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntax public DoubleComplexMatrix ConjTranspose()
Public Function ConjTranspose As DoubleComplexMatrix
public:
DoubleComplexMatrix^ ConjTranspose()
member ConjTranspose : unit -> DoubleComplexMatrix
Return Value
DoubleComplexMatrixA matrix
B such that
B[i,k] = conj(A[k,i]).
See Also