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