pyriemann.utils.test.is_real_type

pyriemann.utils.test.is_real_type(X)

Check if matrices are real type.

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

The set of matrices.

Returns:
retbool

True if matrices are real type.

Notes

New in version 0.6.