[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2024-11-20 09:16:12 +00:00
parent ab246373e6
commit d470987ca8

View File

@ -1,4 +1,6 @@
import numpy as np import numpy as np
def lanczos(A: np.ndarray) -> ([float], [float]): def lanczos(A: np.ndarray) -> ([float], [float]):
""" """
Implements the Lanczos algorithm for a symmetric matrix. Implements the Lanczos algorithm for a symmetric matrix.