Skip to main content

pow

Overloads

NameDescription
pow(const integer lhs, const ComplexArray rhs) -> ComplexArrayThe **= operator exponentiates a ComplexArray by another one element-wise.
pow(const integer lhs, const RealArray rhs) -> RealArrayThe **= operator exponentiates a RealArray by another one element-wise.
pow(const integer lhs, const IntegerArray rhs) -> IntegerArrayThe **= operator exponentiates a IntegerArray by another one element-wise.
pow(const ComplexArray lhs, const integer rhs) -> ComplexArrayThe **= operator exponentiates a ComplexArray by another one element-wise.
pow(const RealArray lhs, const RealArray rhs) -> RealArrayThe **= operator exponentiates a RealArray by another one element-wise.
pow(const RealArray lhs, const bool rhs) -> RealArrayThe **= operator exponentiates a RealArray by another one element-wise.
pow(const RealArray lhs, const real rhs) -> RealArrayThe **= operator exponentiates a RealArray by another one element-wise.
pow(const RealArray lhs, const integer rhs) -> RealArrayThe **= operator exponentiates a RealArray by another one element-wise.
pow(const IntegerArray lhs, const IntegerArray rhs) -> IntegerArrayThe **= operator exponentiates a IntegerArray by another one element-wise.
pow(const IntegerArray lhs, const bool rhs) -> IntegerArrayThe **= operator exponentiates a IntegerArray by another one element-wise.
pow(const IntegerArray lhs, const integer rhs) -> IntegerArrayThe **= operator exponentiates a IntegerArray by another one element-wise.
pow(const real lhs, const ComplexArray rhs) -> ComplexArrayThe **= operator exponentiates a ComplexArray by another one element-wise.
pow(const real lhs, const RealArray rhs) -> RealArrayThe **= operator exponentiates a RealArray by another one element-wise.
pow(const ComplexArray lhs, const ComplexArray rhs) -> ComplexArrayThe **= operator exponentiates a ComplexArray by another one element-wise.
pow(const ComplexArray lhs, const complex rhs) -> ComplexArrayThe **= operator exponentiates a ComplexArray by another one element-wise.
pow(const ComplexArray lhs, const bool rhs) -> ComplexArrayThe **= operator exponentiates a ComplexArray by another one element-wise.
pow(const ComplexArray lhs, const real rhs) -> ComplexArrayThe **= operator exponentiates a ComplexArray by another one element-wise.
pow(const bool lhs, const ComplexArray rhs) -> ComplexArrayThe **= operator exponentiates a ComplexArray by another one element-wise.
pow(const bool lhs, const RealArray rhs) -> RealArrayThe **= operator exponentiates a RealArray by another one element-wise.
pow(const bool lhs, const IntegerArray rhs) -> IntegerArrayThe **= operator exponentiates a IntegerArray by another one element-wise.
pow(const complex lhs, const ComplexArray rhs) -> ComplexArrayThe **= operator exponentiates a ComplexArray by another one element-wise.

pow(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.

pow(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.

pow(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.

pow(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.

pow(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.

pow(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.

pow(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.

pow(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.

pow(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.

pow(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.

pow(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.

pow(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.

pow(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.

pow(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.

pow(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.

pow(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.

pow(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.

pow(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.

pow(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.

pow(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.

pow(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.