Module eigen

Module eigen 

Source
Expand description

krylov-schur eigensolvers.

Structs§

PartialEigenInfo
partial eigendecomposition tuning parameters.
PartialEigenParams
partial eigendecomposition tuning parameters.

Functions§

partial_eigen
computes an estimate of the eigenvalues (and corresponding eigenvectors) of $A$ with the largest magnitude until the provided outputs are full or the maximum number of algorithm restarts is reached.
partial_eigen_scratch
computes the size and alignment of required workspace for computing the n_eigval eigenvalues (and corresponding eigenvectors) of $A$ with the largest magnitude.