Click or drag to resize

DoubleComplexMatrixConjTranspose Method

Returns the conjugate transpose of this matrix.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DoubleComplexMatrix ConjTranspose()

Return Value

DoubleComplexMatrix
A matrix B such that B[i,k] = conj(A[k,i]).
See Also