def __sub__ (   self,
  right 
)

python operator to return a new InterpolatingFunction self -right evaluated pointwise

Parameters:
right the function to subtract
Returns:
a new InterpolatingFunction with the same transformations as the parent

Reimplemented from C2Function.

Definition at line 1307 of file C2Functions.py.

01307                             :
01308         return self.BinaryOperator(right, C2Diff)
    ##


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