Skip to main content

*

Overloads

NameDescription
(const bool lhs * const RealSparseMatrix rhs) -> RealSparseMatrixScalar-matrix multiplication operator.
(const complex lhs * const RealMatrix rhs) -> ComplexMatrixScalar-matrix multiplication operator.
(const bool lhs * const ComplexSparseMatrix rhs) -> ComplexSparseMatrixScalar-matrix multiplication operator.
(const complex lhs * const ComplexMatrix rhs) -> ComplexMatrixScalar-matrix multiplication operator.
(const complex lhs * const ComplexArray rhs) -> ComplexArrayThe * operator multiplies two ComplexArray element-wise.
(const complex lhs * const RealSparseMatrix rhs) -> ComplexSparseMatrixScalar-matrix multiplication operator.
(const complex lhs * const ComplexSparseMatrix rhs) -> ComplexSparseMatrixScalar-matrix multiplication operator.
(const ComplexArray lhs * const integer rhs) -> ComplexArrayThe * operator multiplies two ComplexArray element-wise.
(const ComplexArray lhs * const real rhs) -> ComplexArrayThe * operator multiplies two ComplexArray element-wise.
(const ComplexArray lhs * const bool rhs) -> ComplexArrayThe * operator multiplies two ComplexArray element-wise.
(const ComplexArray lhs * const complex rhs) -> ComplexArrayThe * operator multiplies two ComplexArray element-wise.
(const ComplexArray lhs * const ComplexArray rhs) -> ComplexArrayThe * operator multiplies two ComplexArray element-wise.
(const RealArray lhs * const RealArray rhs) -> RealArrayThe * operator multiplies two RealArray element-wise.
(const integer lhs * const RealSparseMatrix rhs) -> RealSparseMatrixScalar-matrix multiplication operator.
(const IntegerArray lhs * const integer rhs) -> IntegerArrayThe * operator multiplies two IntegerArray element-wise.
(const IntegerArray lhs * const bool rhs) -> IntegerArrayThe * operator multiplies two IntegerArray element-wise.
(const IntegerArray lhs * const IntegerArray rhs) -> IntegerArrayThe * operator multiplies two IntegerArray element-wise.
(const RealArray lhs * const integer rhs) -> RealArrayThe * operator multiplies two RealArray element-wise.
(const RealArray lhs * const real rhs) -> RealArrayThe * operator multiplies two RealArray element-wise.
(const RealArray lhs * const bool rhs) -> RealArrayThe * operator multiplies two RealArray element-wise.
(const integer lhs * const RealArray rhs) -> RealArrayThe * operator multiplies two RealArray element-wise.
(const integer lhs * const ComplexSparseMatrix rhs) -> ComplexSparseMatrixScalar-matrix multiplication operator.
(const bool lhs * const ComplexArray rhs) -> ComplexArrayThe * operator multiplies two ComplexArray element-wise.
(const integer lhs * const ComplexArray rhs) -> ComplexArrayThe * operator multiplies two ComplexArray element-wise.
(const bool lhs * const RealArray rhs) -> RealArrayThe * operator multiplies two RealArray element-wise.
(const integer lhs * const IntegerArray rhs) -> IntegerArrayThe * operator multiplies two IntegerArray element-wise.
(const integer lhs * const ComplexMatrix rhs) -> ComplexMatrixScalar-matrix multiplication operator.
(const integer lhs * const RealMatrix rhs) -> RealMatrixScalar-matrix multiplication operator.
(const bool lhs * const IntegerArray rhs) -> IntegerArrayThe * operator multiplies two IntegerArray element-wise.
(const bool lhs * const ComplexMatrix rhs) -> ComplexMatrixScalar-matrix multiplication operator.
(const bool lhs * const RealMatrix rhs) -> RealMatrixScalar-matrix multiplication operator.
(const real lhs * const ComplexSparseMatrix rhs) -> ComplexSparseMatrixScalar-matrix multiplication operator.
(const real lhs * const RealSparseMatrix rhs) -> RealSparseMatrixScalar-matrix multiplication operator.
(const real lhs * const ComplexArray rhs) -> ComplexArrayThe * operator multiplies two ComplexArray element-wise.
(const real lhs * const RealArray rhs) -> RealArrayThe * operator multiplies two RealArray element-wise.
(const real lhs * const ComplexMatrix rhs) -> ComplexMatrixScalar-matrix multiplication operator.
(const real lhs * const RealMatrix rhs) -> RealMatrixScalar-matrix multiplication operator.

(const bool lhs * const RealSparseMatrix rhs) -> RealSparseMatrix

Scalar-matrix multiplication operator.

Parameters

  • rhs: The right-hand-side matrix.

(const complex lhs * const RealMatrix rhs) -> ComplexMatrix

Scalar-matrix multiplication operator.

Parameters

  • rhs: The right-hand-side matrix.

(const bool lhs * const ComplexSparseMatrix rhs) -> ComplexSparseMatrix

Scalar-matrix multiplication operator.

Parameters

  • rhs: The right-hand-side matrix.

(const complex lhs * const ComplexMatrix rhs) -> ComplexMatrix

Scalar-matrix multiplication operator.

Parameters

  • rhs: The right-hand-side matrix.

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

The * operator multiplies 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 RealSparseMatrix rhs) -> ComplexSparseMatrix

Scalar-matrix multiplication operator.

Parameters

  • rhs: The right-hand-side matrix.

(const complex lhs * const ComplexSparseMatrix rhs) -> ComplexSparseMatrix

Scalar-matrix multiplication operator.

Parameters

  • rhs: The right-hand-side matrix.

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

The * operator multiplies 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 multiplies 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 multiplies 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 multiplies 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 multiplies 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 multiplies 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 RealSparseMatrix rhs) -> RealSparseMatrix

Scalar-matrix multiplication operator.

Parameters

  • rhs: The right-hand-side matrix.

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

The * operator multiplies 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 multiplies 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 IntegerArray rhs) -> IntegerArray

The * operator multiplies 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 multiplies 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 multiplies 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 multiplies 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 RealArray rhs) -> RealArray

The * operator multiplies 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 ComplexSparseMatrix rhs) -> ComplexSparseMatrix

Scalar-matrix multiplication operator.

Parameters

  • rhs: The right-hand-side matrix.

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

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

The * operator multiplies 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 multiplies 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 multiplies 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 ComplexMatrix rhs) -> ComplexMatrix

Scalar-matrix multiplication operator.

Parameters

  • rhs: The right-hand-side matrix.

(const integer lhs * const RealMatrix rhs) -> RealMatrix

Scalar-matrix multiplication operator.

Parameters

  • rhs: The right-hand-side matrix.

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

The * operator multiplies 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 ComplexMatrix rhs) -> ComplexMatrix

Scalar-matrix multiplication operator.

Parameters

  • rhs: The right-hand-side matrix.

(const bool lhs * const RealMatrix rhs) -> RealMatrix

Scalar-matrix multiplication operator.

Parameters

  • rhs: The right-hand-side matrix.

(const real lhs * const ComplexSparseMatrix rhs) -> ComplexSparseMatrix

Scalar-matrix multiplication operator.

Parameters

  • rhs: The right-hand-side matrix.

(const real lhs * const RealSparseMatrix rhs) -> RealSparseMatrix

Scalar-matrix multiplication operator.

Parameters

  • rhs: The right-hand-side matrix.

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

The * operator multiplies 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 multiplies 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 ComplexMatrix rhs) -> ComplexMatrix

Scalar-matrix multiplication operator.

Parameters

  • rhs: The right-hand-side matrix.

(const real lhs * const RealMatrix rhs) -> RealMatrix

Scalar-matrix multiplication operator.

Parameters

  • rhs: The right-hand-side matrix.