cf.FieldList.__mul__¶
-
FieldList.__mul__(x)[source]¶ Called to implement evaluation of f* x
f.__mul__(x) <==> f * x
Examples 1: >>> h = f * 2 >>> f *= 2
Returns: out: cf.FieldList
FieldList.__mul__(x)[source]¶Called to implement evaluation of f* x
f.__mul__(x) <==> f * x
| Examples 1: |
|---|
>>> h = f * 2
>>> f *= 2
| Returns: | out: cf.FieldList |
|---|