Files
mql5-skills/skills/mql5/references/docs/06-matrix/0378-matrix-matrix-classification-matrix-ishermitian.md
T
2026-06-23 21:47:51 +08:00

404 B

IsHermitian

Check if a square complex matrix is Hermitian.

bool matrixc::IsHermitian();

Return Value

True if square complex matrix is Hermitian.

Note

Zero matrix of n-by-n size is Hermitian. Diagonal matrix is Hermitian only if all elements of the diagonal have an imaginary part equal to 0.

This method can be apply to the real (non-complex) matrix. In this case symmetry is checked.