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