skrf.mathFunctions.get_Hermitian_transpose

skrf.mathFunctions.get_Hermitian_transpose(mat)[source]

Returns the conjugate transpose of mat.

Parameters:

mat (np.ndarray) – Matrix to compute the conjugate transpose of

Returns:

mat

Return type:

np.ndarray