Skip to main content

-=

Overloads

NameDescription
(RealArray lhs -= const bool rhs) -> RealArrayThe -= operator subtracts in-place two RealArray element-wise.
(RealArray lhs -= const real rhs) -> RealArrayThe -= operator subtracts in-place two RealArray element-wise.
(RealArray lhs -= const integer rhs) -> RealArrayThe -= operator subtracts in-place two RealArray element-wise.
(IntegerArray lhs -= const IntegerArray rhs) -> IntegerArrayThe -= operator subtracts in-place two IntegerArray element-wise.
(IntegerArray lhs -= const bool rhs) -> IntegerArrayThe -= operator subtracts in-place two IntegerArray element-wise.
(IntegerArray lhs -= const integer rhs) -> IntegerArrayThe -= operator subtracts in-place two IntegerArray element-wise.
(ComplexArray lhs -= const integer rhs) -> ComplexArrayThe -= operator subtracts in-place two ComplexArray element-wise.
(RealArray lhs -= const RealArray rhs) -> RealArrayThe -= operator subtracts in-place two RealArray element-wise.
(ComplexArray lhs -= const ComplexArray rhs) -> ComplexArrayThe -= operator subtracts in-place two ComplexArray element-wise.
(ComplexArray lhs -= const complex rhs) -> ComplexArrayThe -= operator subtracts in-place two ComplexArray element-wise.
(ComplexArray lhs -= const bool rhs) -> ComplexArrayThe -= operator subtracts in-place two ComplexArray element-wise.
(ComplexArray lhs -= const real rhs) -> ComplexArrayThe -= operator subtracts in-place two ComplexArray element-wise.

(RealArray lhs -= const bool rhs) -> RealArray

The -= operator subtracts in-place two RealArray element-wise.

Parameters

  • lhs: The left-hand-side array or scalar.
  • rhs: The right-hand-side array or scalar.

(RealArray lhs -= const real rhs) -> RealArray

The -= operator subtracts in-place two RealArray element-wise.

Parameters

  • lhs: The left-hand-side array or scalar.
  • rhs: The right-hand-side array or scalar.

(RealArray lhs -= const integer rhs) -> RealArray

The -= operator subtracts in-place two RealArray element-wise.

Parameters

  • lhs: The left-hand-side array or scalar.
  • rhs: The right-hand-side array or scalar.

(IntegerArray lhs -= const IntegerArray rhs) -> IntegerArray

The -= operator subtracts in-place two IntegerArray element-wise.

Parameters

  • lhs: The left-hand-side array or scalar.
  • rhs: The right-hand-side array or scalar.

(IntegerArray lhs -= const bool rhs) -> IntegerArray

The -= operator subtracts in-place two IntegerArray element-wise.

Parameters

  • lhs: The left-hand-side array or scalar.
  • rhs: The right-hand-side array or scalar.

(IntegerArray lhs -= const integer rhs) -> IntegerArray

The -= operator subtracts in-place two IntegerArray element-wise.

Parameters

  • lhs: The left-hand-side array or scalar.
  • rhs: The right-hand-side array or scalar.

(ComplexArray lhs -= const integer rhs) -> ComplexArray

The -= operator subtracts in-place two ComplexArray element-wise.

Parameters

  • lhs: The left-hand-side array or scalar.
  • rhs: The right-hand-side array or scalar.

(RealArray lhs -= const RealArray rhs) -> RealArray

The -= operator subtracts in-place two RealArray element-wise.

Parameters

  • lhs: The left-hand-side array or scalar.
  • rhs: The right-hand-side array or scalar.

(ComplexArray lhs -= const ComplexArray rhs) -> ComplexArray

The -= operator subtracts in-place two ComplexArray element-wise.

Parameters

  • lhs: The left-hand-side array or scalar.
  • rhs: The right-hand-side array or scalar.

(ComplexArray lhs -= const complex rhs) -> ComplexArray

The -= operator subtracts in-place two ComplexArray element-wise.

Parameters

  • lhs: The left-hand-side array or scalar.
  • rhs: The right-hand-side array or scalar.

(ComplexArray lhs -= const bool rhs) -> ComplexArray

The -= operator subtracts in-place two ComplexArray element-wise.

Parameters

  • lhs: The left-hand-side array or scalar.
  • rhs: The right-hand-side array or scalar.

(ComplexArray lhs -= const real rhs) -> ComplexArray

The -= operator subtracts in-place two ComplexArray element-wise.

Parameters

  • lhs: The left-hand-side array or scalar.
  • rhs: The right-hand-side array or scalar.