CRE

tenpy.linalg.random_matrix.CRE(size)[source]

Circular real ensemble (CRE).

Parameters:

size (tuple) – (n, n), where n is the dimension of the output matrix.

Returns:

U – Orthogonal matrix drawn from the CRE (=Haar measure on O(n)).

Return type:

ndarray