power_method_test, a C code which calls power_method() to carry out the power method to determine the eigenvalue of maximum modulus, and a corresponding eigenvector.
The computer code and data files described and made available on this web page are distributed under the MIT license
power_method, a C code which carries out the power method for finding a dominant eigenvalue and its eigenvector.