forked from jan/fdfd_tools
fix spacing
This commit is contained in:
parent
6a56b081e4
commit
bb53ba44e0
1 changed files with 3 additions and 3 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue