Function ndarray_linalg::generate::random_hermite
source ยท pub fn random_hermite<A, S>(n: usize) -> ArrayBase<S, Ix2>
Expand description
Random Hermite matrix
- This function uses rand::thread_rng. See random_hermite_using for using another RNG.