Skip to main content

-=

Symbol of RealSparseMatrix.

Overloads

NameDescription
(RealSparseMatrix lhs -= const RealSparseMatrix rhs) -> RealSparseMatrixMatrix subtraction-assignment compound operator.
(RealSparseMatrix lhs -= const RealMatrix rhs) -> RealSparseMatrixMatrix subtraction-assignment compound operator.

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

Matrix subtraction-assignment compound operator.

Parameters

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

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

Matrix subtraction-assignment compound operator.

Parameters

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