mkSingleThread             package:ccems             R Documentation

_M_a_k_e _E_q_u_a_l_i_t_y _C_o_n_s_t_r_a_i_n_t_s _L_i_s_t_s

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

     This function creates k or K equality matrices for single threads.

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

      mkSingleThread(nNodes,g) 

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

  nNodes: The number of nodes in the thread.  

       g: The output of 'mkg'. This is used only to grab the 'mylets'
          field. 

_D_e_t_a_i_l_s:

     This function is called internally by 'mkGrids' and 'mkSpurs'. 
     Thus, the user should not need to call it.

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

     Matrix of characters of contiguous blocks of K or k equality
     constraints within a thread.

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

     Tom Radivoyevitch (txr24@case.edu)

_S_e_e _A_l_s_o:

     'mkGrids', 'mkSpurs'

