Function ndarray_linalg::generate::random_hpd
source ยท pub fn random_hpd<A, S>(n: usize) -> ArrayBase<S, Ix2>
Expand description
Random Hermite Positive-definite matrix
- Eigenvalue of matrix must be larger than 1 (thus non-singular)
- This function uses rand::thread_rng. See random_hpd_using for using another RNG.