Skip to main content

+

Symbol of RealMatrix.

Overloads

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

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

Matrix addition operator.

Parameters

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

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

Matrix addition operator.

Parameters

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

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

Matrix addition operator.

Parameters

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

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

Matrix addition operator.

Parameters

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