Wigner¶
A Hermitian matrix whose entries in one triangle are all independent samples from a normal distribution. The spectra of these matrices are well-studied.
C++ API¶
C API¶
-
ElError
ElWigner_c
(ElMatrix_c A, ElInt n, complex_float mean, float stddev)¶
-
ElError
ElWigner_z
(ElMatrix_z A, ElInt n, complex_double mean, double stddev)¶
-
ElError
ElWignerDist_c
(ElDistMatrix_c A, ElInt n, complex_float mean, float stddev)¶
-
ElError
ElWignerDist_z
(ElDistMatrix_z A, ElInt n, complex_double mean, double stddev)¶