pub fn random_regular<A>(n: usize) -> Array2<A> where
    A: Scalar + Lapack
Expand description

Generate random regular matrix

Be sure that this it NOT a uniform distribution. Use it only for test purpose.