Skip to main content

+

Overloads

NameDescription
(const integer lhs + const IntegerArray rhs) -> IntegerArrayThe + operator adds two IntegerArray element-wise.
(const integer lhs + const RealArray rhs) -> RealArrayThe + operator adds two RealArray element-wise.
(const integer lhs + const ComplexArray rhs) -> ComplexArrayThe + operator adds two ComplexArray element-wise.
(const real lhs + const RealArray rhs) -> RealArrayThe + operator adds two RealArray element-wise.
(const real lhs + const ComplexArray rhs) -> ComplexArrayThe + operator adds two ComplexArray element-wise.
(+ const BoolArray lhs) -> BoolArrayApplies the unary plus operator on each element of the BoolArray lhs.
(const bool lhs + const IntegerArray rhs) -> IntegerArrayThe + operator adds two IntegerArray element-wise.
(const bool lhs + const RealArray rhs) -> RealArrayThe + operator adds two RealArray element-wise.
(const bool lhs + const ComplexArray rhs) -> ComplexArrayThe + operator adds two ComplexArray element-wise.
(const RealArray lhs + const integer rhs) -> RealArrayThe + operator adds two RealArray element-wise.
(const RealArray lhs + const real rhs) -> RealArrayThe + operator adds two RealArray element-wise.
(const RealArray lhs + const bool rhs) -> RealArrayThe + operator adds two RealArray element-wise.
(const RealArray lhs + const RealArray rhs) -> RealArrayThe + operator adds two RealArray element-wise.
(+ const RealArray lhs) -> RealArrayApplies the unary plus operator on each element of the RealArray lhs.
(+ const RealMatrix lhs) -> RealMatrixApplies the unary plus operator on each element of the RealMatrix lhs.
(const complex lhs + const ComplexArray rhs) -> ComplexArrayThe + operator adds two ComplexArray element-wise.
(+ const IntegerArray lhs) -> IntegerArrayApplies the unary plus operator on each element of the IntegerArray lhs.
(const ComplexArray lhs + const real rhs) -> ComplexArrayThe + operator adds two ComplexArray element-wise.
(const ComplexArray lhs + const bool rhs) -> ComplexArrayThe + operator adds two ComplexArray element-wise.
(const ComplexArray lhs + const complex rhs) -> ComplexArrayThe + operator adds two ComplexArray element-wise.
(const ComplexArray lhs + const ComplexArray rhs) -> ComplexArrayThe + operator adds two ComplexArray element-wise.
(+ const ComplexArray lhs) -> ComplexArrayApplies the unary plus operator on each element of the ComplexArray lhs.
(+ const RealSparseMatrix lhs) -> RealSparseMatrixApplies the unary plus operator on each element of the RealSparseMatrix lhs.
(const ComplexArray lhs + const integer rhs) -> ComplexArrayThe + operator adds two ComplexArray element-wise.
(+ const ComplexSparseMatrix lhs) -> ComplexSparseMatrixApplies the unary plus operator on each element of the ComplexSparseMatrix lhs.
(const IntegerArray lhs + const IntegerArray rhs) -> IntegerArrayThe + operator adds two IntegerArray element-wise.
(const IntegerArray lhs + const bool rhs) -> IntegerArrayThe + operator adds two IntegerArray element-wise.
(const IntegerArray lhs + const integer rhs) -> IntegerArrayThe + operator adds two IntegerArray element-wise.
(+ const ComplexMatrix lhs) -> ComplexMatrixApplies the unary plus operator on each element of the ComplexMatrix lhs.

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

The + operator adds two IntegerArray 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 adds two RealArray 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 adds two ComplexArray 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 adds two RealArray 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 adds two ComplexArray element-wise.

Parameters

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

(+ const BoolArray lhs) -> BoolArray

Applies the unary plus operator on each element of the BoolArray lhs.

Parameters

  • lhs: The array.

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

The + operator adds two IntegerArray 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 adds two RealArray 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 adds two ComplexArray 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 adds two RealArray 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 adds two RealArray 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 adds two RealArray 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 adds two RealArray element-wise.

Parameters

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

(+ const RealArray lhs) -> RealArray

Applies the unary plus operator on each element of the RealArray lhs.

Parameters

  • lhs: The array.

(+ const RealMatrix lhs) -> RealMatrix

Applies the unary plus operator on each element of the RealMatrix lhs.

Parameters

  • lhs: The array.

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

The + operator adds two ComplexArray element-wise.

Parameters

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

(+ const IntegerArray lhs) -> IntegerArray

Applies the unary plus operator on each element of the IntegerArray lhs.

Parameters

  • lhs: The array.

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

The + operator adds two ComplexArray 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 adds two ComplexArray 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 adds two ComplexArray 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 adds two ComplexArray element-wise.

Parameters

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

(+ const ComplexArray lhs) -> ComplexArray

Applies the unary plus operator on each element of the ComplexArray lhs.

Parameters

  • lhs: The array.

(+ const RealSparseMatrix lhs) -> RealSparseMatrix

Applies the unary plus operator on each element of the RealSparseMatrix lhs.

Parameters

  • lhs: The array.

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

The + operator adds two ComplexArray element-wise.

Parameters

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

(+ const ComplexSparseMatrix lhs) -> ComplexSparseMatrix

Applies the unary plus operator on each element of the ComplexSparseMatrix lhs.

Parameters

  • lhs: The array.

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

The + operator adds two IntegerArray 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 adds two IntegerArray element-wise.

Parameters

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

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

The + operator adds two IntegerArray element-wise.

Parameters

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

(+ const ComplexMatrix lhs) -> ComplexMatrix

Applies the unary plus operator on each element of the ComplexMatrix lhs.

Parameters

  • lhs: The array.