SciPy

This is documentation for an old release of SciPy (version 1.1.0). Read this page in the documentation of the latest stable release (version 1.15.1).

scipy.sparse.linalg.ArpackNoConvergence

exception scipy.sparse.linalg.ArpackNoConvergence(msg, eigenvalues, eigenvectors)[source]

ARPACK iteration did not converge

Attributes:
eigenvalues : ndarray

Partial result. Converged eigenvalues.

eigenvectors : ndarray

Partial result. Converged eigenvectors.