negative-power-matrix ( m n -- * )
Extra matrix operations

Prev:sample-covariance-matrix ( matrix -- cov )
Next:non-square-determinant ( m n -- * )


Vocabulary
math.matrices.extras

Inputs
ma matrix
nan integer


Outputs
None

Word description
Throws a negative-power-matrix error.

Error description
Given the semantics of m^n, negative exponents are not within the domain of the power matrix function.

Definition


Methods