pyriemann.geometry.test.is_skew_sym¶ pyriemann.geometry.test.is_skew_sym(X)[source]¶ Check if all matrices are skew-symmetric. Parameters: Xndarray, shape (…, n, n)The set of square matrices. Returns: retboolTrue if all matrices are skew-symmetric.