Create a new interpolating function which is the evaluated composition of this with the original
Definition at line 140 of file C2Functions.py. 00140 : 00141 "creates a new InterpolatingFunction which has this function applied to the original interpolater" 00142 return interpolator.UnaryOperator(self) 00143 ##
|