Skip to main content

-

Symbol of ComplexSparseMatrix.

Overloads

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

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

Matrix subtraction operator.

Parameters

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

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

Matrix subtraction operator.

Parameters

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

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

Matrix subtraction operator.

Parameters

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

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

Matrix subtraction operator.

Parameters

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