home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / NEXTSTEP / UNIX / Educational / R-0.49-MI / R-0.49-I / help / base / crossprod < prev    next >
Encoding:
Text File  |  1997-04-23  |  291 b   |  12 lines

  1.     
  2.     _M_a_t_r_i_x _C_r_o_s_s_p_r_o_d_u_c_t
  3.     
  4.          crossprod(x, y=x)
  5.     
  6.     _D_e_s_c_r_i_p_t_i_o_n:
  7.     
  8.          Given matrices x and y as arguments, t returns their
  9.          matrix cross-product.  This is formally equivalent to,
  10.          but faster than, the call t(x) %*% y.
  11.     
  12.