Hermitian uniform spectrum¶
These routines sample a diagonal matrix from the specified interval of the real line, \((\text{lower},\text{upper}]\), and then perform a similarity transformation using a random Householder transform.
C++ API¶
-
void
HermitianUniformSpectrum
(DistMatrix<F, U, V> &A, Int n, Base<F> lower = 0, Base<F> upper = 1)¶