mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-03-02 12:58:39 +00:00
Changed the structure to correspond with PEP8 convention.
This commit is contained in:
parent
baf934f4df
commit
d2afa4cc8b
@ -1,4 +1,6 @@
|
|||||||
import numpy as np
|
import numpy as np
|
||||||
|
|
||||||
|
|
||||||
def lanczos(a: np.ndarray) -> tuple[list[float], list[float]]:
|
def lanczos(a: np.ndarray) -> tuple[list[float], list[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