mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-04-04 04:46:50 +00:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
ab246373e6
commit
d470987ca8
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user