dsparseMatrix-class          package:Matrix          R Documentation

_V_i_r_t_u_a_l _C_l_a_s_s "_d_s_p_a_r_s_e_M_a_t_r_i_x" _o_f _N_u_m_e_r_i_c _S_p_a_r_s_e _M_a_t_r_i_c_e_s

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

     The Class '"dsparseMatrix"' is the virtual (super) class of all
     numeric sparse matrices.

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


     '_D_i_m': the matrix dimension, see class '"Matrix"'.

     '_D_i_m_n_a_m_e_s': see the '"Matrix"' class.

     '_x': a 'numeric' vector containing the (non-zero) matrix entries.

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

     Class '"dMatrix"' and '"sparseMatrix"', directly.
      Class '"Matrix"', by the above classes.

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

     the documentation of the (non virtual) sub classes, see
     'showClass("dsparseMatrix")'; in particular, dgTMatrix, dgCMatrix,
     and dgRMatrix.

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

     showClass("dsparseMatrix")

