**
Overloads
| Name | Description |
|---|---|
(const IntegerArray lhs ** const integer rhs) -> IntegerArray | The **= operator exponentiates a IntegerArray by another one element-wise. |
(const IntegerArray lhs ** const bool rhs) -> IntegerArray | The **= operator exponentiates a IntegerArray by another one element-wise. |
(const IntegerArray lhs ** const IntegerArray rhs) -> IntegerArray | The **= operator exponentiates a IntegerArray by another one element-wise. |
(const RealArray lhs ** const integer rhs) -> RealArray | The **= operator exponentiates a RealArray by another one element-wise. |
(const RealArray lhs ** const real rhs) -> RealArray | The **= operator exponentiates a RealArray by another one element-wise. |
(const RealArray lhs ** const bool rhs) -> RealArray | The **= operator exponentiates a RealArray by another one element-wise. |
(const RealArray lhs ** const RealArray rhs) -> RealArray | The **= operator exponentiates a RealArray by another one element-wise. |
(const ComplexArray lhs ** const integer rhs) -> ComplexArray | The **= operator exponentiates a ComplexArray by another one element-wise. |
(const ComplexArray lhs ** const real rhs) -> ComplexArray | The **= operator exponentiates a ComplexArray by another one element-wise. |
(const ComplexArray lhs ** const bool rhs) -> ComplexArray | The **= operator exponentiates a ComplexArray by another one element-wise. |
(const ComplexArray lhs ** const complex rhs) -> ComplexArray | The **= operator exponentiates a ComplexArray by another one element-wise. |
(const ComplexArray lhs ** const ComplexArray rhs) -> ComplexArray | The **= operator exponentiates a ComplexArray by another one element-wise. |
(const integer lhs ** const ComplexArray rhs) -> ComplexArray | The **= operator exponentiates a ComplexArray by another one element-wise. |
(const integer lhs ** const RealArray rhs) -> RealArray | The **= operator exponentiates a RealArray by another one element-wise. |
(const integer lhs ** const IntegerArray rhs) -> IntegerArray | The **= operator exponentiates a IntegerArray by another one element-wise. |
(const bool lhs ** const ComplexArray rhs) -> ComplexArray | The **= operator exponentiates a ComplexArray by another one element-wise. |
(const real lhs ** const RealArray rhs) -> RealArray | The **= operator exponentiates a RealArray by another one element-wise. |
(const real lhs ** const ComplexArray rhs) -> ComplexArray | The **= operator exponentiates a ComplexArray by another one element-wise. |
(const bool lhs ** const IntegerArray rhs) -> IntegerArray | The **= operator exponentiates a IntegerArray by another one element-wise. |
(const bool lhs ** const RealArray rhs) -> RealArray | The **= operator exponentiates a RealArray by another one element-wise. |
(const complex lhs ** const ComplexArray rhs) -> ComplexArray | The **= operator exponentiates a ComplexArray by another one element-wise. |
(const IntegerArray lhs ** const integer rhs) -> IntegerArray
The **= operator exponentiates a IntegerArray by another one element-wise.
Parameters
- lhs: The left-hand-side array or scalar.
- rhs: The right-hand-side array or scalar.
(const IntegerArray lhs ** const bool rhs) -> IntegerArray
The **= operator exponentiates a IntegerArray by another one element-wise.
Parameters
- lhs: The left-hand-side array or scalar.
- rhs: The right-hand-side array or scalar.
(const IntegerArray lhs ** const IntegerArray rhs) -> IntegerArray
The **= operator exponentiates a IntegerArray by another one element-wise.
Parameters
- lhs: The left-hand-side array or scalar.
- rhs: The right-hand-side array or scalar.
(const RealArray lhs ** const integer rhs) -> RealArray
The **= operator exponentiates a RealArray by another one element-wise.
Parameters
- lhs: The left-hand-side array or scalar.
- rhs: The right-hand-side array or scalar.
(const RealArray lhs ** const real rhs) -> RealArray
The **= operator exponentiates a RealArray by another one element-wise.
Parameters
- lhs: The left-hand-side array or scalar.
- rhs: The right-hand-side array or scalar.
(const RealArray lhs ** const bool rhs) -> RealArray
The **= operator exponentiates a RealArray by another one element-wise.
Parameters
- lhs: The left-hand-side array or scalar.
- rhs: The right-hand-side array or scalar.
(const RealArray lhs ** const RealArray rhs) -> RealArray
The **= operator exponentiates a RealArray by another one element-wise.
Parameters
- lhs: The left-hand-side array or scalar.
- rhs: The right-hand-side array or scalar.
(const ComplexArray lhs ** const integer rhs) -> ComplexArray
The **= operator exponentiates a ComplexArray by another one element-wise.
Parameters
- lhs: The left-hand-side array or scalar.
- rhs: The right-hand-side array or scalar.
(const ComplexArray lhs ** const real rhs) -> ComplexArray
The **= operator exponentiates a ComplexArray by another one element-wise.
Parameters
- lhs: The left-hand-side array or scalar.
- rhs: The right-hand-side array or scalar.
(const ComplexArray lhs ** const bool rhs) -> ComplexArray
The **= operator exponentiates a ComplexArray by another one element-wise.
Parameters
- lhs: The left-hand-side array or scalar.
- rhs: The right-hand-side array or scalar.
(const ComplexArray lhs ** const complex rhs) -> ComplexArray
The **= operator exponentiates a ComplexArray by another one element-wise.
Parameters
- lhs: The left-hand-side array or scalar.
- rhs: The right-hand-side array or scalar.
(const ComplexArray lhs ** const ComplexArray rhs) -> ComplexArray
The **= operator exponentiates a ComplexArray by another one element-wise.
Parameters
- lhs: The left-hand-side array or scalar.
- rhs: The right-hand-side array or scalar.
(const integer lhs ** const ComplexArray rhs) -> ComplexArray
The **= operator exponentiates a ComplexArray by another one element-wise.
Parameters
- lhs: The left-hand-side array or scalar.
- rhs: The right-hand-side array or scalar.
(const integer lhs ** const RealArray rhs) -> RealArray
The **= operator exponentiates a RealArray by another one element-wise.
Parameters
- lhs: The left-hand-side array or scalar.
- rhs: The right-hand-side array or scalar.
(const integer lhs ** const IntegerArray rhs) -> IntegerArray
The **= operator exponentiates a IntegerArray by another one element-wise.
Parameters
- lhs: The left-hand-side array or scalar.
- rhs: The right-hand-side array or scalar.
(const bool lhs ** const ComplexArray rhs) -> ComplexArray
The **= operator exponentiates a ComplexArray by another one element-wise.
Parameters
- lhs: The left-hand-side array or scalar.
- rhs: The right-hand-side array or scalar.
(const real lhs ** const RealArray rhs) -> RealArray
The **= operator exponentiates a RealArray by another one element-wise.
Parameters
- lhs: The left-hand-side array or scalar.
- rhs: The right-hand-side array or scalar.
(const real lhs ** const ComplexArray rhs) -> ComplexArray
The **= operator exponentiates a ComplexArray by another one element-wise.
Parameters
- lhs: The left-hand-side array or scalar.
- rhs: The right-hand-side array or scalar.
(const bool lhs ** const IntegerArray rhs) -> IntegerArray
The **= operator exponentiates a IntegerArray by another one element-wise.
Parameters
- lhs: The left-hand-side array or scalar.
- rhs: The right-hand-side array or scalar.
(const bool lhs ** const RealArray rhs) -> RealArray
The **= operator exponentiates a RealArray by another one element-wise.
Parameters
- lhs: The left-hand-side array or scalar.
- rhs: The right-hand-side array or scalar.
(const complex lhs ** const ComplexArray rhs) -> ComplexArray
The **= operator exponentiates a ComplexArray by another one element-wise.
Parameters
- lhs: The left-hand-side array or scalar.
- rhs: The right-hand-side array or scalar.