SciPy

This is documentation for an old release of SciPy (version 1.6.3). 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
eigenvaluesndarray

Partial result. Converged eigenvalues.

eigenvectorsndarray

Partial result. Converged eigenvectors.

with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

Previous topic

scipy.sparse.linalg.SuperLU.solve

Next topic

scipy.sparse.linalg.ArpackError