R/eigen_decomp_list_R.R

Defines functions eigen_decomp_list_R

eigen_decomp_list_R<-function(rate_matrix_list){
      out<-.Call( "eigen_decomp_list",rate_matrix_list)
     return(out)
}

Try the cthmm package in your browser

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

cthmm documentation built on May 2, 2019, 5:46 p.m.