+
Symbol of RealMatrix.
Overloads
| Name | Description |
|---|---|
(const RealMatrix lhs + const ComplexSparseMatrix rhs) -> ComplexMatrix | Matrix addition operator. |
(const RealMatrix lhs + const RealSparseMatrix rhs) -> RealMatrix | Matrix addition operator. |
(const RealMatrix lhs + const ComplexMatrix rhs) -> ComplexMatrix | Matrix addition operator. |
(const RealMatrix lhs + const RealMatrix rhs) -> RealMatrix | Matrix 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.