fix spacing
This commit is contained in:
parent
6a56b081e4
commit
bb53ba44e0
@ -12,9 +12,9 @@ from . import operators
|
||||
|
||||
|
||||
def _scipy_qmr(A: scipy.sparse.csr_matrix,
|
||||
b: numpy.ndarray,
|
||||
**kwargs
|
||||
) -> numpy.ndarray:
|
||||
b: numpy.ndarray,
|
||||
**kwargs
|
||||
) -> numpy.ndarray:
|
||||
"""
|
||||
Wrapper for scipy.sparse.linalg.qmr
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user