Pascal Carrivain

Results 6 comments of Pascal Carrivain

@mathurinm Yes, I will do it late this year or early next year.

I do not see a huge difference for the first compilation (at least on my projects).

Thank you for your reply. I was curious to see what happens when ``dtype=None`` because it is difficult to me to understand why not to use an "in and out"...

I tried: ```python svds(L, solver='arpack') ``` and it works.

There is an example in the [source code](https://github.com/scipy/scipy/blob/6e246d0b54dd55dc69232a0caae6772228a7ac25/scipy/sparse/linalg/_interface.py#L15) that defines a class from ``LinearOperator`` using a ``dtype=None``. I tested few lines of code based on the example. ```python >>> import...