MatrixTIsHermitian Method |
Evaluates whether this matrix is Hermitian (conjugate symmetric).
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic abstract bool IsHermitian()
Return Value
Booleantrue if this matrix is Hermitian; otherwise,
false.
See Also