Ilhan Polat

Results 618 comments of Ilhan Polat

Yes, I finally got the distance on `id-dist` needed. This week I am hoping to finish. Then ARPACK/PROPACK it is.

For item 2, spaces are not needed around colons since commit message is limited space so better spend it on making the commit message clearer instead. Hence `MAINT:fft:Some commit message`is...

> `np.allclose` is not an established mathematical concept. Actually it is in the numerical software. Well at least `atol` and `rtol` are. The name `xtol` is the unfortunate use here...

Norm accepts axis keyword. No need to loop there

Hi @Ritvik1sharma thank you for taking the time to fix an issue. Could you please elaborate what the issue was and what the solution fixes? For instance, there is still...

I think it is obvious that there is a bug in the indexing but I did not look into it. So any fix is welcome.

I'm currently traveling for work so apologies for the piece meal code written mostly on the planes. I'll finish it off quicker when I am at the sea level.

The main real valued functions are translated and I'll finish off the complex and `LinearOperator` parts soon. Performance looks OK on some examples some of them are still slow. But...

Locally two failures remaining with a slight violation of the tolerances ```shell =============================================== short test summary info =============================================== FAILED scipy\linalg\tests\test_interpolative.py::TestInterpolativeDecomposition::test_real_id_fixed_precision[float64-True-True] - AssertionError: FAILED scipy\linalg\tests\test_interpolative.py::TestInterpolativeDecomposition::test_svd_fixed_precision[float64-True-True] - AssertionError: ============================================ 2 failed, 45...

Well I am happy with that much failure :) Seems like this is going to fly after all.