pyriemann.geometry.test.is_real¶ pyriemann.geometry.test.is_real(X)[source]¶ Check if all matrices are strictly real. Better management of numerical imprecisions than np.all(np.isreal()). Parameters: Xndarray, shape (…, n, m)The set of matrices. Returns: retboolTrue if all matrices are strictly real.