Skip to main content

pow

Method of RealMatrix.

Overloads

NameDescription
pow(bool p) -> RealMatrixComputes the matrix power of the RealMatrix lhs.
pow(real p) -> RealMatrixComputes the matrix power of the RealMatrix lhs.
pow(integer p) -> RealMatrixComputes the matrix power of the RealMatrix lhs.

pow(bool p) -> RealMatrix

Computes the matrix power of the RealMatrix lhs.

Parameters

pow(real p) -> RealMatrix

Computes the matrix power of the RealMatrix lhs.

Parameters

pow(integer p) -> RealMatrix

Computes the matrix power of the RealMatrix lhs.

Parameters