R/emma_eigen_L_wo_Z.R

emma.eigen.L.wo.Z <- function (K)
{

    eig <- eigen(K, symmetric = TRUE)


    return(list(values = eig$values, vectors = eig$vectors))
}

Try the Eagle package in your browser

Any scripts or data that you put into this service are public.

Eagle documentation built on Nov. 30, 2021, 9:08 a.m.