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