pow
Method of RealMatrix.
Overloads
| Name | Description |
|---|---|
pow(bool p) -> RealMatrix | Computes the matrix power of the RealMatrix lhs. |
pow(real p) -> RealMatrix | Computes the matrix power of the RealMatrix lhs. |
pow(integer p) -> RealMatrix | Computes the matrix power of the RealMatrix lhs. |
pow(bool p) -> RealMatrix
Computes the matrix power of the RealMatrix lhs.
Parameters
- p: The power to raise the RealMatrix to.
pow(real p) -> RealMatrix
Computes the matrix power of the RealMatrix lhs.
Parameters
- p: The power to raise the RealMatrix to.
pow(integer p) -> RealMatrix
Computes the matrix power of the RealMatrix lhs.
Parameters
- p: The power to raise the RealMatrix to.