Skip to main content

*=

Symbol of RealMatrix.

Overloads

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

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

Matrix-scalar multiplication-assignment compound operator.

Parameters

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

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

Matrix multiplication-assignment compound operator.

Parameters

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

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

Matrix multiplication-assignment compound operator.

Parameters

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

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

Matrix-scalar multiplication-assignment compound operator.

Parameters

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

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

Matrix-scalar multiplication-assignment compound operator.

Parameters

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