Click or drag to resize

DoubleHermitianMatrixTranspose Method

Transposes the Hermitian matrix.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DoubleHermitianMatrix Transpose()

Return Value

DoubleHermitianMatrix
A new Hermitian matrix which is the transpose of this one.
See Also