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