skrf.mathFunctions.is_Hermitian

skrf.mathFunctions.is_Hermitian(mat, tol=1e-12)[source]

Tests whether mat is Hermitian.

Parameters:
  • mat (npy.ndarray) – Matrix to test for being Hermitian

  • tol (float) – Absolute tolerance

Returns:

res

Return type:

boolean