Skip to main content

/

Symbol of ComplexMatrix.

Overloads

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

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

Matrix-scalar division operator.

Parameters

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

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

Matrix-scalar division operator.

Parameters

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

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

Matrix-scalar division operator.

Parameters

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

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

Matrix-scalar division operator.

Parameters

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