Skip to main content

*=

Symbol of ComplexSparseMatrix.

Overloads

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

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

Matrix-scalar multiplication-assignment compound operator.

Parameters

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

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

Matrix-scalar multiplication-assignment compound operator.

Parameters

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

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

Matrix-scalar multiplication-assignment compound operator.

Parameters

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

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

Matrix-scalar multiplication-assignment compound operator.

Parameters

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