bdiag                 package:assist                 R Documentation

_C_o_n_s_t_r_u_c_t _a _B_l_o_c_k _D_i_a_g_o_n_a_l _M_a_t_r_i_x

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

     Return a block diagonal matrix formed from the input list of
     matrices

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

     bdiag(x)

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

       x: a list of matrices

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

     Returned is a matrix of the form diag(x1, ..., xn) where n is the
     length of the list.

