Click or drag to resize

FloatHermitianMatrixTranspose Method

Transposes the Hermitian matrix.

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

Return Value

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