denseMatrix-class           package:Matrix           R Documentation

_V_i_r_t_u_a_l _C_l_a_s_s "_d_e_n_s_e_M_a_t_r_i_x" _o_f _A_l_l _D_e_n_s_e _M_a_t_r_i_c_e_s

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

     This is the virtual class of all dense (S4) matrices. It is the
     direct superclass of 'ddenseMatrix', 'ldenseMatrix'

_E_x_t_e_n_d_s:

     class '"Matrix"' directly.

_S_l_o_t_s:

     exactly those of its superclass '"Matrix"'.

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

     Use 'showMethods(class = "denseMatrix", where = "package:Matrix")'
     for an overview of methods.

     Extraction ('"["') methods, see '[-methods'.

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

     'colSums', 'kronecker', and other such methods with own help
     pages.

     Its superclass 'Matrix', and main subclasses, 'ddenseMatrix' and
     'sparseMatrix'.

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

     showClass("denseMatrix")

