ULU                package:eigenmodel                R Documentation

_C_o_m_p_u_t_e_s _a _m_a_t_r_i_x _f_r_o_m _i_t_s _e_i_g_e_n_v_a_l_u_e _d_e_c_o_m_p_o_s_i_t_i_o_n

_D_e_s_c_r_i_p_t_i_o_n:

     Computes a matrix from its eigenvalue decomposition

_U_s_a_g_e:

     ULU(UL)

_A_r_g_u_m_e_n_t_s:

      UL: a list with first component ``U'', an n x r matrix and the 
          second component ``L'' an r x r diagonal matrix   

_V_a_l_u_e:

     an n x n matrix

_A_u_t_h_o_r(_s):

     Peter Hoff

