Expand description
krylov-schur eigensolvers.
Structs§
- Partial
Eigen Info - partial eigendecomposition tuning parameters.
- Partial
Eigen Params - 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_eigvaleigenvalues (and corresponding eigenvectors) of $A$ with the largest magnitude.