Arith                 package:FLCore                 R Documentation

_A_r_i_t_h_m_e_t_i_c _m_e_t_h_o_d_s _f_o_r _F_L_Q_u_a_n_t _o_b_j_e_c_t_s

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

     The 'Arith' group of methods, comprising addition, substraction,
     product, division, exponentiation, and integer division ('+', '-',
     '*', '/', '^', '%%' and '%/%'). These methods work exactly as in
     an object of class  'array', but always return an 'FLQuant'
     object.

_G_e_n_e_r_i_c _f_u_n_c_t_i_o_n:

     Arith(e1,e2)

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


      _s_i_g_n_a_t_u_r_e(_e_1=_F_L_Q_u_a_n_t,_e_2=_F_L_Q_u_a_n_t) : Operations between two FLQuant
          objects

_A_u_t_h_o_r(_s):

     The FLR Team

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

     'Arithmetic', 'Arith'

_E_x_a_m_p_l_e_s:

     flq <- FLQuant(rnorm(10), dim=c(2,5))
     fl2 <- FLQuant(2, dim=c(2,5))
     flq*fl2
     flq/fl2

