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")