mtimes

Product operation for ctau object.


Syntax
   f = mtimes(obj1, obj2)

Description
    mtimes(obj1, obj2) returns the product obj1 * obj2. See orthopolyprod.

Inputs
   obj1 = factor1 (ctau object).
   obj2 = factor2 (ctau object).

Output
   F    = obj1.coef * obj2.coef (ctau object).