SparseM-conversions          package:Matrix          R Documentation

_S_p_a_r_s_e _M_a_t_r_i_x _C_o_e_r_c_i_o_n _f_r_o_m _a_n_d _t_o _t_h_o_s_e _f_r_o_m _p_a_c_k_a_g_e "_S_p_a_r_s_e_M"

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

     Methods for coercion from and to sparse matrices from package
     'SparseM' are provided here, for ease of porting functionality to
     the 'Matrix' package, and comparing functionality of the two
     packages.

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


     _f_r_o_m = "_m_a_t_r_i_x._c_s_r", _t_o = "_d_g_R_M_a_t_r_i_x" ... 

     _f_r_o_m = "_m_a_t_r_i_x._c_s_c", _t_o = "_d_g_C_M_a_t_r_i_x" ... 

     _f_r_o_m = "_m_a_t_r_i_x._c_o_o", _t_o = "_d_g_T_M_a_t_r_i_x" ... 

     _f_r_o_m = "_d_g_R_M_a_t_r_i_x", _t_o = "_m_a_t_r_i_x._c_s_r" ... 

     _f_r_o_m = "_d_g_C_M_a_t_r_i_x", _t_o = "_m_a_t_r_i_x._c_s_c" ... 

     _f_r_o_m = "_d_g_T_M_a_t_r_i_x", _t_o = "_m_a_t_r_i_x._c_o_o" ... 

     _f_r_o_m = "_s_p_a_r_s_e_M_a_t_r_i_x", _t_o = "_m_a_t_r_i_x._c_s_r" ... 

     _f_r_o_m = "_m_a_t_r_i_x._c_s_r", _t_o = "_d_g_C_M_a_t_r_i_x" ... 

     _f_r_o_m = "_m_a_t_r_i_x._c_o_o", _t_o = "_d_g_C_M_a_t_r_i_x" ... 

     _f_r_o_m = "_m_a_t_r_i_x._c_s_r", _t_o = "_M_a_t_r_i_x" ... 

     _f_r_o_m = "_m_a_t_r_i_x._c_s_c", _t_o = "_M_a_t_r_i_x" ... 

     _f_r_o_m = "_m_a_t_r_i_x._c_o_o", _t_o = "_M_a_t_r_i_x" ... 

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

     The documentation in package 'SparseM', such as
     'SparseM.ontology', and one important class, 'matrix.csr'.

