Click or drag to resize

MatrixTIsHermitian Method

Evaluates whether this matrix is Hermitian (conjugate symmetric).

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public abstract bool IsHermitian()

Return Value

Boolean
true if this matrix is Hermitian; otherwise, false.
See Also