Skip to main content

*=

Symbol of RealSparseMatrix.

Overloads

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

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

Matrix-scalar multiplication-assignment compound operator.

Parameters

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

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

Matrix-scalar multiplication-assignment compound operator.

Parameters

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

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

Matrix-scalar multiplication-assignment compound operator.

Parameters

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