geMatrix-class            package:Matrix            R Documentation

_G_e_n_e_r_a_l _S_4 _M_a_t_r_i_x _c_l_a_s_s

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

     A general, numeric matrix in the S4 Matrix representation

_O_b_j_e_c_t_s _f_r_o_m _t_h_e _C_l_a_s_s:

     Objects can be created by calls of the form 'new("geMatrix", ...)'
     or, more commonly, by coercion from the 'matrix' class.

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

     '_x': Object of class '"numeric"' - the numeric values contained in
          the matrix, in column-major order.

     '_D_i_m': Object of class '"integer"' - the dimensions of the matrix
          - must be an integer vector with exactly two non-negative
          values.

     '_r_c_o_n_d': Object of class '"numeric"' - an estimate of the
          reciprocal of the condition number, if it has been computed
          at some point.

     '_f_a_c_t_o_r_i_z_a_t_i_o_n': Object of class '"list"' - a list of
          factorizations of the matrix. 

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

     _S_c_h_u_r 'signature(x = "geMatrix", vectors = "logical")': ... 

     _S_c_h_u_r 'signature(x = "geMatrix", vectors = "missing")': ... 

     _c_o_e_r_c_e 'signature(from = "geMatrix", to = "matrix")': ... 

     _c_o_e_r_c_e 'signature(from = "matrix", to = "geMatrix")': ... 

     _c_o_e_r_c_e 'signature(from = "matrix", to = "geMatrix")'

     _c_r_o_s_s_p_r_o_d 'signature(x = "geMatrix", y = "geMatrix")': ... 

     _c_r_o_s_s_p_r_o_d 'signature(x = "geMatrix", y = "matrix")': ... 

     _c_r_o_s_s_p_r_o_d 'signature(x = "geMatrix", y = "missing")': ... 

     _c_r_o_s_s_p_r_o_d 'signature(x = "geMatrix", y = "numeric")': ... 

     _d_i_a_g 'signature(x = "geMatrix")': ... 

     _d_i_m 'signature(x = "geMatrix")': ... 

     _l_u 'signature(x = "geMatrix")': ... 

     _n_o_r_m 'signature(x = "geMatrix", type = "character")': ... 

     _n_o_r_m 'signature(x = "geMatrix", type = "missing")': ... 

     _r_c_o_n_d 'signature(x = "geMatrix", type = "character")': ... 

     _r_c_o_n_d 'signature(x = "geMatrix", type = "missing")': ... 

     _s_o_l_v_e 'signature(a = "geMatrix", b = "geMatrix")': ... 

     _s_o_l_v_e 'signature(a = "geMatrix", b = "missing")': ... 

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

     'Matrix-class', 'trMatrix-class', 'syMatrix-class'

