Ilhan Polat

Results 618 comments of Ilhan Polat

With the PS/PDF operations that TikZ operates, you cannot alter the line properties midway. If it starts in one config until the path is "inked" you are stuck with it....

@lagru Could we bother you with this feature and its relation to the peakfinding in case it interests you?

Probably you will need the `const` version of that fused type if you want to pass `const lapack_t`. This whole templating business we have is just a neverending chore in...

Actually since @rgommers triggered me to write more C code instead of Cython in the `scipy.special` rewrites, I think it is better for us to have more C code than...

> The value we get from boundschecking, from abstracting away pointer arithmetics and refcounting is huge. Ah, I don't mean to use less Cython. I want to use it where...

It would definitely work but the main benefit of the 2x2 case is the direct performance. I didn't check but only "felt" that it would be slower than the regular...

I don't want to re-ignite the discussion that we had over `linalg.kron` #20077 but this seems to me a better fit for libraries implementing themselves for two reasons; - Array...

> Once it takes hold, for my library to be Array API compliant, it can no longer use the Jax library code. No it does. You can use exactly what...

Yes, let me be a bit more specific. So this Array API is made for all supporting libraries right? Not just SciPy. That means all participating libraries should have some...

This is something to do with my compilation on Win10. I have a TigerLake CPU and when I compile with MinGW UCRT 64 it selects SkylakeX and later on it...