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