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