Unused-classes            package:Matrix            R Documentation

_V_i_r_t_u_a_l _C_l_a_s_s_e_s _N_o_t _Y_e_t _R_e_a_l_l_y _I_m_p_l_e_m_e_n_t_e_d _a_n_d _U_s_e_d

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

     'iMatrix' is the virtual class of all *i*nteger (S4) matrices.  It
     extends the 'Matrix' class directly.

     'zMatrix' is the virtual class of all 'complex' (S4) matrices.  It
     extends the 'Matrix' class directly.

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

     showClass("iMatrix")
     showClass("zMatrix")

