pyriemann.utils.test.is_skew_sym

pyriemann.utils.test.is_skew_sym(X)

Check if all matrices are skew-symmetric.

Parameters
Xndarray, shape (…, n, n)

The set of square matrices, at least 2D ndarray.

Returns
retboolean

True if all matrices are skew-symmetric.