pub fn random_hpd<A, S>(n: usize) -> ArrayBase<S, Ix2> where
    A: Scalar,
    S: DataOwned<Elem = A> + DataMut
Expand description

Random Hermite Positive-definite matrix

  • Eigenvalue of matrix must be larger than 1 (thus non-singular)