Skip to main content

pow

Method of ComplexMatrix.

Overloads

NameDescription
pow(complex p) -> ComplexMatrixComputes the matrix power of the ComplexMatrix lhs.
pow(bool p) -> ComplexMatrixComputes the matrix power of the ComplexMatrix lhs.
pow(real p) -> ComplexMatrixComputes the matrix power of the ComplexMatrix lhs.
pow(integer p) -> ComplexMatrixComputes the matrix power of the ComplexMatrix lhs.

pow(complex p) -> ComplexMatrix

Computes the matrix power of the ComplexMatrix lhs.

Parameters

pow(bool p) -> ComplexMatrix

Computes the matrix power of the ComplexMatrix lhs.

Parameters

pow(real p) -> ComplexMatrix

Computes the matrix power of the ComplexMatrix lhs.

Parameters

pow(integer p) -> ComplexMatrix

Computes the matrix power of the ComplexMatrix lhs.

Parameters