Added the implementation of Lanczos algorithm #11925
Annotations
5 errors
Ruff (N999):
linear_algebra/Lanczos-algorithm.py#L1
linear_algebra/Lanczos-algorithm.py:1:1: N999 Invalid module name: 'Lanczos-algorithm'
|
Ruff (N803):
linear_algebra/Lanczos-algorithm.py#L4
linear_algebra/Lanczos-algorithm.py:4:13: N803 Argument name `A` should be lowercase
|
Ruff (N806):
linear_algebra/Lanczos-algorithm.py#L21
linear_algebra/Lanczos-algorithm.py:21:5: N806 Variable `V` in function should be lowercase
|
Ruff (NPY002):
linear_algebra/Lanczos-algorithm.py#L22
linear_algebra/Lanczos-algorithm.py:22:15: NPY002 Replace legacy `np.random.randn` call with `np.random.Generator`
|
ruff
Process completed with exit code 1.
|