Skip to main content

-

Overloads

NameDescription
(- const RealMatrix lhs) -> RealMatrixNegates each element of the RealMatrix lhs.
(const IntegerArray lhs - const bool rhs) -> IntegerArrayThe - operator subtracts two IntegerArray element-wise.
(- const ComplexMatrix lhs) -> ComplexMatrixNegates each element of the ComplexMatrix lhs.
(const IntegerArray lhs - const integer rhs) -> IntegerArrayThe - operator subtracts two IntegerArray element-wise.
(const integer lhs - const ComplexArray rhs) -> ComplexArrayThe - operator subtracts two ComplexArray element-wise.
(const integer lhs - const RealArray rhs) -> RealArrayThe - operator subtracts two RealArray element-wise.
(const integer lhs - const IntegerArray rhs) -> IntegerArrayThe - operator subtracts two IntegerArray element-wise.
(- const ComplexSparseMatrix lhs) -> ComplexSparseMatrixNegates each element of the ComplexSparseMatrix lhs.
(- const RealSparseMatrix lhs) -> RealSparseMatrixNegates each element of the RealSparseMatrix lhs.
(const IntegerArray lhs - const IntegerArray rhs) -> IntegerArrayThe - operator subtracts two IntegerArray element-wise.
(- const ComplexArray lhs) -> ComplexArrayNegates each element of the ComplexArray lhs.
(const ComplexArray lhs - const ComplexArray rhs) -> ComplexArrayThe - operator subtracts two ComplexArray element-wise.
(const ComplexArray lhs - const complex rhs) -> ComplexArrayThe - operator subtracts two ComplexArray element-wise.
(const ComplexArray lhs - const bool rhs) -> ComplexArrayThe - operator subtracts two ComplexArray element-wise.
(const ComplexArray lhs - const real rhs) -> ComplexArrayThe - operator subtracts two ComplexArray element-wise.
(const ComplexArray lhs - const integer rhs) -> ComplexArrayThe - operator subtracts two ComplexArray element-wise.
(- const RealArray lhs) -> RealArrayNegates each element of the RealArray lhs.
(const RealArray lhs - const RealArray rhs) -> RealArrayThe - operator subtracts two RealArray element-wise.
(const RealArray lhs - const bool rhs) -> RealArrayThe - operator subtracts two RealArray element-wise.
(const RealArray lhs - const real rhs) -> RealArrayThe - operator subtracts two RealArray element-wise.
(const RealArray lhs - const integer rhs) -> RealArrayThe - operator subtracts two RealArray element-wise.
(- const IntegerArray lhs) -> IntegerArrayNegates each element of the IntegerArray lhs.
(const bool lhs - const IntegerArray rhs) -> IntegerArrayThe - operator subtracts two IntegerArray element-wise.
(const bool lhs - const RealArray rhs) -> RealArrayThe - operator subtracts two RealArray element-wise.
(const bool lhs - const ComplexArray rhs) -> ComplexArrayThe - operator subtracts two ComplexArray element-wise.
(const real lhs - const ComplexArray rhs) -> ComplexArrayThe - operator subtracts two ComplexArray element-wise.
(const real lhs - const RealArray rhs) -> RealArrayThe - operator subtracts two RealArray element-wise.
(const complex lhs - const ComplexArray rhs) -> ComplexArrayThe - operator subtracts two ComplexArray element-wise.

(- const RealMatrix lhs) -> RealMatrix

Negates each element of the RealMatrix lhs.

Parameters

  • lhs: The array to negate.

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

The - operator subtracts 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

Negates each element of the ComplexMatrix lhs.

Parameters

  • lhs: The array to negate.

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

The - operator subtracts 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 ComplexArray rhs) -> ComplexArray

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

The - operator subtracts two IntegerArray element-wise.

Parameters

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

(- const ComplexSparseMatrix lhs) -> ComplexSparseMatrix

Negates each element of the ComplexSparseMatrix lhs.

Parameters

  • lhs: The array to negate.

(- const RealSparseMatrix lhs) -> RealSparseMatrix

Negates each element of the RealSparseMatrix lhs.

Parameters

  • lhs: The array to negate.

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

The - operator subtracts two IntegerArray element-wise.

Parameters

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

(- const ComplexArray lhs) -> ComplexArray

Negates each element of the ComplexArray lhs.

Parameters

  • lhs: The array to negate.

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

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

Parameters

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

(- const RealArray lhs) -> RealArray

Negates each element of the RealArray lhs.

Parameters

  • lhs: The array to negate.

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

The - operator subtracts 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 subtracts 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 subtracts 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 integer rhs) -> RealArray

The - operator subtracts two RealArray element-wise.

Parameters

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

(- const IntegerArray lhs) -> IntegerArray

Negates each element of the IntegerArray lhs.

Parameters

  • lhs: The array to negate.

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

The - operator subtracts 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 subtracts 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 subtracts 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 ComplexArray rhs) -> ComplexArray

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

Parameters

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