Skip to main content

/

Symbol of RealMatrix.

Overloads

NameDescription
(const RealMatrix lhs / const complex rhs) -> ComplexMatrixMatrix-scalar division operator.
(const RealMatrix lhs / const bool rhs) -> RealMatrixMatrix-scalar division operator.
(const RealMatrix lhs / const real rhs) -> RealMatrixMatrix-scalar division operator.
(const RealMatrix lhs / const integer rhs) -> RealMatrixMatrix-scalar division operator.

(const RealMatrix lhs / const complex rhs) -> ComplexMatrix

Matrix-scalar division operator.

Parameters

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

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

Matrix-scalar division operator.

Parameters

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

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

Matrix-scalar division operator.

Parameters

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

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

Matrix-scalar division operator.

Parameters

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