pyriemann.utils.test.is_sym

pyriemann.utils.test.is_sym(X)

Check if all matrices are symmetric.

Parameters:
Xndarray, shape (…, n, n)

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

Returns:
retbool

True if all matrices are symmetric.