Module power_iteration

Module power_iteration 

Source
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§

EigenResult
Result of an eigenvalue computation
PowerIterationOptions
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.