Nanoemm

Results 3 issues of Nanoemm

### Describe your change: This implementation provides a method to compute the coefficients of Legendre polynomials of degree n. Legendre polynomials are a sequence of orthogonal polynomials widely used in...

awaiting reviews
require descriptive names

### Describe your change: Added the implemenation of Lanczos algorithm. The Lanczos algorithm is an iterative method used to compute the eigenvalues and eigenvectors of large, sparse symmetric matrices. It...

awaiting reviews
require tests
require descriptive names

### Describe your change: Contributing to https://github.com/TheAlgorithms/Python/issues/9943 * [ ] Add an algorithm? * [ ] Fix a bug or typo in an existing algorithm? * [x] Add or change...

tests are failing