

odot(timeslab)                               R Documentation

_F_o_r_m _O_u_t_e_r _P_r_o_d_u_c_t _o_f _T_w_o _V_e_c_t_o_r_s

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

     Form Outer Product of Two Vectors

_U_s_a_g_e_:

     odot(x,y)

_A_r_g_u_m_e_n_t_s_:

       x: A vector.

       y: A vector.

_V_a_l_u_e_:

    odot: returns an $nimes n$ matrix that is the outer
          product of the vectors {`x'} and {`y'}.

