We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56b5d52 commit ee94110Copy full SHA for ee94110
pymatsolver/iterative.py
@@ -4,6 +4,7 @@
4
from scipy.sparse.linalg import bicgstab, cg, aslinearoperator
5
from packaging.version import Version
6
from .wrappers import WrapIterative
7
+from .solvers import Base
8
9
# The tol kwarg was removed from bicgstab in scipy 1.14.0.
10
# See https://docs.scipy.org/doc/scipy-1.12.0/reference/generated/scipy.sparse.linalg.bicgstab.html
0 commit comments