Skip to main content

*=

Symbol of ComplexMatrix.

Overloads

NameDescription
(ComplexMatrix lhs *= const bool rhs) -> ComplexMatrixMatrix-scalar multiplication-assignment compound operator.
(ComplexMatrix lhs *= const complex rhs) -> ComplexMatrixMatrix-scalar multiplication-assignment compound operator.
(ComplexMatrix lhs *= const RealMatrix rhs) -> ComplexMatrixMatrix multiplication-assignment compound operator.
(ComplexMatrix lhs *= const ComplexMatrix rhs) -> ComplexMatrixMatrix multiplication-assignment compound operator.
(ComplexMatrix lhs *= const RealSparseMatrix rhs) -> ComplexMatrixMatrix multiplication-assignment compound operator.
(ComplexMatrix lhs *= const ComplexSparseMatrix rhs) -> ComplexMatrixMatrix multiplication-assignment compound operator.
(ComplexMatrix lhs *= const real rhs) -> ComplexMatrixMatrix-scalar multiplication-assignment compound operator.
(ComplexMatrix lhs *= const integer rhs) -> ComplexMatrixMatrix-scalar multiplication-assignment compound operator.

(ComplexMatrix lhs *= const bool rhs) -> ComplexMatrix

Matrix-scalar multiplication-assignment compound operator.

Parameters

  • lhs: Left-hand side value.
  • rhs: The right-hand-side scalar.

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

Matrix-scalar multiplication-assignment compound operator.

Parameters

  • lhs: Left-hand side value.
  • rhs: The right-hand-side scalar.

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

Matrix multiplication-assignment compound operator.

Parameters

  • lhs: Left-hand side value.
  • rhs: The right-hand-side matrix.

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

Matrix multiplication-assignment compound operator.

Parameters

  • lhs: Left-hand side value.
  • rhs: The right-hand-side matrix.

(ComplexMatrix lhs *= const RealSparseMatrix rhs) -> ComplexMatrix

Matrix multiplication-assignment compound operator.

Parameters

  • lhs: Left-hand side value.
  • rhs: The right-hand-side matrix.

(ComplexMatrix lhs *= const ComplexSparseMatrix rhs) -> ComplexMatrix

Matrix multiplication-assignment compound operator.

Parameters

  • lhs: Left-hand side value.
  • rhs: The right-hand-side matrix.

(ComplexMatrix lhs *= const real rhs) -> ComplexMatrix

Matrix-scalar multiplication-assignment compound operator.

Parameters

  • lhs: Left-hand side value.
  • rhs: The right-hand-side scalar.

(ComplexMatrix lhs *= const integer rhs) -> ComplexMatrix

Matrix-scalar multiplication-assignment compound operator.

Parameters

  • lhs: Left-hand side value.
  • rhs: The right-hand-side scalar.