pub fn random_regular<A>(n: usize) -> Array2<A>where A: Scalar + Lapack,
Generate random regular matrix
Be sure that this it NOT a uniform distribution. Use it only for test purpose.