pyriemann.geometry.test.is_real_type¶ pyriemann.geometry.test.is_real_type(X)[source]¶ Check if matrices are real type. Parameters: Xndarray, shape (…, n, m)The set of matrices. Returns: retboolTrue if matrices are real type. Notes Added in version 0.6.