*
Symbol of RealMatrix.
Overloads
| Name | Description |
|---|---|
(const RealMatrix lhs * const real rhs) -> RealMatrix | Matrix-scalar multiplication operator. |
(const RealMatrix lhs * const bool rhs) -> RealMatrix | Matrix-scalar multiplication operator. |
(const RealMatrix lhs * const complex rhs) -> ComplexMatrix | Matrix-scalar multiplication operator. |
(const RealMatrix lhs * const RealMatrix rhs) -> RealMatrix | Matrix multiplication operator. |
(const RealMatrix lhs * const ComplexMatrix rhs) -> ComplexMatrix | Matrix multiplication operator. |
(const RealMatrix lhs * const RealSparseMatrix rhs) -> RealMatrix | Matrix multiplication operator. |
(const RealMatrix lhs * const ComplexSparseMatrix rhs) -> ComplexMatrix | Matrix multiplication operator. |
(const RealMatrix lhs * const integer rhs) -> RealMatrix | Matrix-scalar multiplication operator. |
(const RealMatrix lhs * const real rhs) -> RealMatrix
Matrix-scalar multiplication operator.
Parameters
- lhs: Left-hand side value.
- rhs: The right-hand-side scalar.
(const RealMatrix lhs * const bool rhs) -> RealMatrix
Matrix-scalar multiplication operator.
Parameters
- lhs: Left-hand side value.
- rhs: The right-hand-side scalar.
(const RealMatrix lhs * const complex rhs) -> ComplexMatrix
Matrix-scalar multiplication operator.
Parameters
- lhs: Left-hand side value.
- rhs: The right-hand-side scalar.
(const RealMatrix lhs * const RealMatrix rhs) -> RealMatrix
Matrix multiplication operator.
Parameters
- lhs: Left-hand side value.
- rhs: The right-hand-side matrix.
(const RealMatrix lhs * const ComplexMatrix rhs) -> ComplexMatrix
Matrix multiplication operator.
Parameters
- lhs: Left-hand side value.
- rhs: The right-hand-side matrix.
(const RealMatrix lhs * const RealSparseMatrix rhs) -> RealMatrix
Matrix multiplication operator.
Parameters
- lhs: Left-hand side value.
- rhs: The right-hand-side matrix.
(const RealMatrix lhs * const ComplexSparseMatrix rhs) -> ComplexMatrix
Matrix multiplication operator.
Parameters
- lhs: Left-hand side value.
- rhs: The right-hand-side matrix.
(const RealMatrix lhs * const integer rhs) -> RealMatrix
Matrix-scalar multiplication operator.
Parameters
- lhs: Left-hand side value.
- rhs: The right-hand-side scalar.