-=
Overloads
| Name | Description |
|---|---|
(RealArray lhs -= const bool rhs) -> RealArray | The -= operator subtracts in-place two RealArray element-wise. |
(RealArray lhs -= const real rhs) -> RealArray | The -= operator subtracts in-place two RealArray element-wise. |
(RealArray lhs -= const integer rhs) -> RealArray | The -= operator subtracts in-place two RealArray element-wise. |
(IntegerArray lhs -= const IntegerArray rhs) -> IntegerArray | The -= operator subtracts in-place two IntegerArray element-wise. |
(IntegerArray lhs -= const bool rhs) -> IntegerArray | The -= operator subtracts in-place two IntegerArray element-wise. |
(IntegerArray lhs -= const integer rhs) -> IntegerArray | The -= operator subtracts in-place two IntegerArray element-wise. |
(ComplexArray lhs -= const integer rhs) -> ComplexArray | The -= operator subtracts in-place two ComplexArray element-wise. |
(RealArray lhs -= const RealArray rhs) -> RealArray | The -= operator subtracts in-place two RealArray element-wise. |
(ComplexArray lhs -= const ComplexArray rhs) -> ComplexArray | The -= operator subtracts in-place two ComplexArray element-wise. |
(ComplexArray lhs -= const complex rhs) -> ComplexArray | The -= operator subtracts in-place two ComplexArray element-wise. |
(ComplexArray lhs -= const bool rhs) -> ComplexArray | The -= operator subtracts in-place two ComplexArray element-wise. |
(ComplexArray lhs -= const real rhs) -> ComplexArray | The -= 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.