solve-methods              package:lme4              R Documentation

_M_e_t_h_o_d_s _f_o_r _F_u_n_c_t_i_o_n _s_o_l_v_e

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

     The `solve' methods for `pdMat' classes all use a single argument
     call.  They return a matrix of the same class as `a'.

_M_e_t_h_o_d_s:

     _a = _p_d_B_l_o_c_k_e_d, _b = _m_i_s_s_i_n_g invert a `pdBlocked' object

     _a = _p_d_D_i_a_g, _b = _m_i_s_s_i_n_g invert a `pdDiag' object

     _a = _p_d_I_d_e_n_t, _b = _m_i_s_s_i_n_g invert a `pdIdent' object

     _a = _p_d_L_o_g_C_h_o_l, _b = _m_i_s_s_i_n_g invert a `pdLogChol' object

     _a = _p_d_M_a_t, _b = _m_i_s_s_i_n_g invert a `pdMat' object

     _a = _p_d_N_a_t_u_r_a_l, _b = _m_i_s_s_i_n_g invert a `pdNatural' object

