

dot(timeslab)                                R Documentation

_C_a_l_c_u_l_a_t_e _I_n_n_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_:

     Calculate Inner Product of Two Vectors

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

     dot(x,y)

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

       x: A vector.

       y: A vector.

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

     dot: returns the inner product of the two vectors {`x'}
          and {`y'}.

