Ilhan Polat

Results 298 comments of Ilhan Polat

Just to reiterate what I placed in the PR review comments, the return type can be found out by `numpy.result_type` and if the result is integer needs to be upcast...

See #20528 for another alternative. It shouldn't matter what the underlying algorithm is when O(1) exit is available. These typically build up in piecemeal fashion creating a serious delay in...

By the way, if it is going to be too much of an issue we can get it from the backported C++ version. This is really not a central component...

Hi everyone, just a passing by comment for this since I use these extensively in the guts of SciPy; are we expecting any breaking changes in the behavior of `un/orm2r`...

Apologies, muscle memory I guess. I meant `larf` indeed. Thanks for the heads up, I'll take a note of this.

I converted the SciPy version to C in case it makes things easier to convert https://github.com/scipy/scipy/blob/main/scipy/linalg/_matfuncs_expm.c

Hi folks big fan of this initiative! Let me know if you need any help from SciPy side please, @mdhaber would also be interested I presume, as the scipy.optimize resident...

@rgommers Do we need anything Meson specific with the modules? I think this is going to fit like a glove otherwise.

Just to add some SciPy take, the first place we look at for faults are indeed our wrappers and other plumbing code that bridges over to compiled bits. Fortunately, there...

@mdhaber Is there anything we can provide for numerical stability and edge cases for MINPACK specifically?