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