Skip to main content

-

Symbol of RealMatrix.

Overloads

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

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

Matrix subtraction operator.

Parameters

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

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

Matrix subtraction operator.

Parameters

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

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

Matrix subtraction operator.

Parameters

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

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

Matrix subtraction operator.

Parameters

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