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