Skip to main content

/=

Symbol of RealMatrix.

Overloads

NameDescription
(RealMatrix lhs /= const bool rhs) -> RealMatrixMatrix-scalar division-assignment compound operator.
(RealMatrix lhs /= const real rhs) -> RealMatrixMatrix-scalar division-assignment compound operator.
(RealMatrix lhs /= const integer rhs) -> RealMatrixMatrix-scalar division-assignment compound operator.

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

Matrix-scalar division-assignment compound operator.

Parameters

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

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

Matrix-scalar division-assignment compound operator.

Parameters

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

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

Matrix-scalar division-assignment compound operator.

Parameters

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