iarray.IArray.power#
- IArray.power(iarr2)#
First array elements raised to powers from second array, element-wise.
- Parameters
iarr1¶(self) (IArray container) – The bases.
iarr2¶ (IArray container) – The exponents.
- Returns
out – A lazy expression that must be evaluated via out.eval(), which will compute the bases raised to the exponents.
- Return type
References