Module power_iteration
Source - Options
- Configurable options for the power iteration algorithm.
- power_iteration
- Computes the dominant eigenvector of the given matrix
a
using the power iteration algorithm. - power_iteration2
- Computes the dominant eigenvector of the given matrix
a
using a modified power iteration algorithm. - power_iteration3
- Computes the dominant eigenvector of the given matrix
a
using a modified power iteration algorithm. - power_iteration4
- Computes the dominant eigenvector of the given matrix
a
using a modified power iteration algorithm.