PrintMat                 package:LIM                 R Documentation

_W_r_i_t_e_s _l_i_n_e_a_r _i_n_v_e_r_s_e _m_a_t_r_i_c_e_s _t_o _t_h_e _s_c_r_e_e_n

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

     Prints the linear inverse problem:


        *  inverse matrices and vectors 'A', 'b' of the equalities 

                                 Ax=b


        *  inverse matrices and vectors 'G', 'h' of the inequalities 

                                Gx>=h


        *  if present, also writes the cost/profit function

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

     PrintMat(lim)

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

    lim : a list that contains the linear inverse model specification,
          as  generated by function 'setup.limfile'. 

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

     returns nothing.

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

     Karline Soetaert <k.soetaert@nioo.knaw.nl>

_E_x_a_m_p_l_e_s:

        PrintMat(LIMBlending)

