Summary
Calculates the matrix to integer power.
Class
TMtx
Declaration
Function MtxIntPower(Src: TMtx; Exponent: Integer): TMtx;
Description
Calculate the matrix to any integer power. Because the
MtxFunction method is based on the eigenvalue decomposition and the eigenvalue, the SourceType for symmetric and symmetric positive definite matrices has to be defined explicitly.
NOTE: The algorithm for general matrices will fail on a symmetric matrix.
| Copyright 2008 Dew Research |
http://www.dewresearch.com