Expand description
Power iteration method for sparse matrix eigenvalue computation
This module implements the power iteration algorithm for finding the largest eigenvalue and corresponding eigenvector of symmetric sparse matrices.
Structs§
- Eigen
Result - Result of an eigenvalue computation
- Power
Iteration Options - Configuration options for the power iteration method
Functions§
- power_
iteration - Computes the largest eigenvalue and corresponding eigenvector of a symmetric matrix using the power iteration method.