+
Symbol of ComplexSparseMatrix.
Overloads
| Name | Description |
|---|---|
(const ComplexSparseMatrix lhs + const ComplexMatrix rhs) -> ComplexMatrix | Matrix addition operator. |
(const ComplexSparseMatrix lhs + const RealMatrix rhs) -> ComplexMatrix | Matrix addition operator. |
(const ComplexSparseMatrix lhs + const RealSparseMatrix rhs) -> ComplexSparseMatrix | Matrix addition operator. |
(const ComplexSparseMatrix lhs + const ComplexSparseMatrix rhs) -> ComplexSparseMatrix | Matrix addition operator. |
(const ComplexSparseMatrix lhs + const ComplexMatrix rhs) -> ComplexMatrix
Matrix addition operator.
Parameters
- lhs: Left-hand side value.
- rhs: The right-hand-side matrix.
(const ComplexSparseMatrix lhs + const RealMatrix rhs) -> ComplexMatrix
Matrix addition operator.
Parameters
- lhs: Left-hand side value.
- rhs: The right-hand-side matrix.
(const ComplexSparseMatrix lhs + const RealSparseMatrix rhs) -> ComplexSparseMatrix
Matrix addition operator.
Parameters
- lhs: Left-hand side value.
- rhs: The right-hand-side matrix.
(const ComplexSparseMatrix lhs + const ComplexSparseMatrix rhs) -> ComplexSparseMatrix
Matrix addition operator.
Parameters
- lhs: Left-hand side value.
- rhs: The right-hand-side matrix.