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