Skip to main content

-

Symbol of ComplexMatrix.

Overloads

NameDescription
(const ComplexMatrix lhs - const RealMatrix rhs) -> ComplexMatrixMatrix subtraction operator.
(const ComplexMatrix lhs - const ComplexMatrix rhs) -> ComplexMatrixMatrix subtraction operator.
(const ComplexMatrix lhs - const RealSparseMatrix rhs) -> ComplexMatrixMatrix subtraction operator.
(const ComplexMatrix lhs - const ComplexSparseMatrix rhs) -> ComplexMatrixMatrix subtraction operator.

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

Matrix subtraction operator.

Parameters

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

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

Matrix subtraction operator.

Parameters

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

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

Matrix subtraction operator.

Parameters

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

(const ComplexMatrix lhs - const ComplexSparseMatrix rhs) -> ComplexMatrix

Matrix subtraction operator.

Parameters

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