Compute the Inverse Square Root (Whitening Factor) of a Kinship Matrix
Source:R/compute_ld.R
get_V_inv_sqrt.RdReturns \(A\) such that \(A V A^\top = I\). Used by
prepare_geno when method = "rV2".
Usage
get_V_inv_sqrt(V, method = c("chol", "eigen"))