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