*=
Symbol of RealSparseMatrix.
Overloads
| Name | Description |
|---|---|
(RealSparseMatrix lhs *= const bool rhs) -> RealSparseMatrix | Matrix-scalar multiplication-assignment compound operator. |
(RealSparseMatrix lhs *= const real rhs) -> RealSparseMatrix | Matrix-scalar multiplication-assignment compound operator. |
(RealSparseMatrix lhs *= const integer rhs) -> RealSparseMatrix | Matrix-scalar multiplication-assignment compound operator. |
(RealSparseMatrix lhs *= const bool rhs) -> RealSparseMatrix
Matrix-scalar multiplication-assignment compound operator.
Parameters
- lhs: Left-hand side value.
- rhs: The right-hand-side scalar.
(RealSparseMatrix lhs *= const real rhs) -> RealSparseMatrix
Matrix-scalar multiplication-assignment compound operator.
Parameters
- lhs: Left-hand side value.
- rhs: The right-hand-side scalar.
(RealSparseMatrix lhs *= const integer rhs) -> RealSparseMatrix
Matrix-scalar multiplication-assignment compound operator.
Parameters
- lhs: Left-hand side value.
- rhs: The right-hand-side scalar.