def __mul__ (   self,
  right 
)

Python operator to return a function self *right.

Parameters:
right the right-hand term of the product
Returns:
the C2Function a*b

Reimplemented in InterpolatingFunction.

Definition at line 282 of file C2Functions.py.

00282                             :
00283         "a*b returns a new C2Function which represents the product"
00284         return C2Product(self, right)
    ##


Generated on Wed Nov 21 10:18:31 2007 for analysis by  doxygen 1.5.4