Click or drag to resize

MatrixIsHermitian Method

Evaluates whether this matrix is Hermitian (conjugate symmetric).

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

Return Value

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