compMatrix-class package:Matrix R Documentation _C_l_a_s_s "_c_o_m_p_M_a_t_r_i_x" _o_f _C_o_m_p_o_s_i_t_e (_F_a_c_t_o_r_i_z_a_b_l_e) _M_a_t_r_i_c_e_s _D_e_s_c_r_i_p_t_i_o_n: Virtual class of _composite_ matrices; i.e., matrices that can be _factorized_, typically as a product of simpler matrices. _O_b_j_e_c_t_s _f_r_o_m _t_h_e _C_l_a_s_s: A virtual Class: No objects may be created from it. _S_l_o_t_s: '_f_a_c_t_o_r_s': Object of class '"list"' - a list of factorizations of the matrix. Note that this is typically empty, i.e. 'list()', initially and is updated automagically whenever a matrix factorization is computed. '_D_i_m' , '_D_i_m_n_a_m_e_s': inherited from the 'Matrix' class, see there. _E_x_t_e_n_d_s: Class '"Matrix"', directly.