Skip to main content

/

Overloads

NameDescription
(const integer lhs / const IntegerArray rhs) -> IntegerArrayThe / operator divides two IntegerArray element-wise.
(const integer lhs / const RealArray rhs) -> RealArrayThe / operator divides two RealArray element-wise.
(const integer lhs / const ComplexArray rhs) -> ComplexArrayThe / operator divides two ComplexArray element-wise.
(const real lhs / const RealArray rhs) -> RealArrayThe / operator divides two RealArray element-wise.
(const real lhs / const ComplexArray rhs) -> ComplexArrayThe / operator divides two ComplexArray element-wise.
(const complex lhs / const ComplexArray rhs) -> ComplexArrayThe / operator divides two ComplexArray element-wise.
(const bool lhs / const ComplexArray rhs) -> ComplexArrayThe / operator divides two ComplexArray element-wise.
(const bool lhs / const RealArray rhs) -> RealArrayThe / operator divides two RealArray element-wise.
(const bool lhs / const IntegerArray rhs) -> IntegerArrayThe / operator divides two IntegerArray element-wise.
(const RealArray lhs / const integer rhs) -> RealArrayThe / operator divides two RealArray element-wise.
(const ComplexArray lhs / const ComplexArray rhs) -> ComplexArrayThe / operator divides two ComplexArray element-wise.
(const ComplexArray lhs / const complex rhs) -> ComplexArrayThe / operator divides two ComplexArray element-wise.
(const ComplexArray lhs / const bool rhs) -> ComplexArrayThe / operator divides two ComplexArray element-wise.
(const ComplexArray lhs / const real rhs) -> ComplexArrayThe / operator divides two ComplexArray element-wise.
(const ComplexArray lhs / const integer rhs) -> ComplexArrayThe / operator divides two ComplexArray element-wise.
(const RealArray lhs / const RealArray rhs) -> RealArrayThe / operator divides two RealArray element-wise.
(const RealArray lhs / const bool rhs) -> RealArrayThe / operator divides two RealArray element-wise.
(const RealArray lhs / const real rhs) -> RealArrayThe / operator divides two RealArray element-wise.
(const IntegerArray lhs / const IntegerArray rhs) -> IntegerArrayThe / operator divides two IntegerArray element-wise.
(const IntegerArray lhs / const bool rhs) -> IntegerArrayThe / operator divides two IntegerArray element-wise.
(const IntegerArray lhs / const integer rhs) -> IntegerArrayThe / operator divides two IntegerArray element-wise.

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

The / operator divides 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 divides 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 divides 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 divides 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 divides two ComplexArray 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 divides two ComplexArray 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 divides two ComplexArray 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 divides 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 IntegerArray rhs) -> IntegerArray

The / operator divides two IntegerArray 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 divides two RealArray 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 divides 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 divides 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 divides 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 real rhs) -> ComplexArray

The / operator divides 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 integer rhs) -> ComplexArray

The / operator divides 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 RealArray rhs) -> RealArray

The / operator divides 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 divides 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 divides two RealArray 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 divides 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 divides 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 divides two IntegerArray element-wise.

Parameters

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