Added the implementation of Lanczos algorithm #11924
Annotations
7 errors
Ruff (N999):
linear_algebra/Lanczos-algorithm.py#L1
linear_algebra/Lanczos-algorithm.py:1:1: N999 Invalid module name: 'Lanczos-algorithm'
|
Ruff (I001):
linear_algebra/Lanczos-algorithm.py#L1
linear_algebra/Lanczos-algorithm.py:1:1: I001 Import block is un-sorted or un-formatted
|
Ruff (N803):
linear_algebra/Lanczos-algorithm.py#L2
linear_algebra/Lanczos-algorithm.py:2:13: N803 Argument name `A` should be lowercase
|
Ruff (N806):
linear_algebra/Lanczos-algorithm.py#L19
linear_algebra/Lanczos-algorithm.py:19:5: N806 Variable `V` in function should be lowercase
|
Ruff (NPY002):
linear_algebra/Lanczos-algorithm.py#L20
linear_algebra/Lanczos-algorithm.py:20:15: NPY002 Replace legacy `np.random.randn` call with `np.random.Generator`
|
Ruff (W292):
linear_algebra/Lanczos-algorithm.py#L34
linear_algebra/Lanczos-algorithm.py:34:23: W292 No newline at end of file
|
ruff
Process completed with exit code 1.
|