Ilhan Polat

Results 29 issues of Ilhan Polat

This issue is meant for a central place for our Fortran (almost exclusively F77) codebase to track per module and if possible remove depending on contributor affinity to the subject...

Fortran

`linalg.kron` is a basic, data-movement intensive array operation. There is hardly any computation done other than scalar times array and quite some shuffling needed for higher order nd arrays. It...

scipy.linalg
deprecated
RFC

I would like to move the recent discussion from SciPy https://github.com/scipy/scipy/issues/19068 to here for a more specialized treatment. In the current incarnation of linalg functions, the most important distinction for...

topic: linalg

### Is your feature request related to a problem? Please describe. Currently, all sizes of arrays in `linalg.expm` go through the same Pade approximation scale/square method. However, for 2x2 arrays...

enhancement
scipy.linalg

### Describe your issue. I am rewriting `linalg.interpolative` Fortran code for #18367 and started discovering some edges. I don't know what the cause of this but probably some wrapper allocation...

defect
scipy.linalg
Fortran

#### Reference issue Closes #18367 Closes #20452 Closes #20609 Part of #18566 #### What does this implement/fix? Replaces the infamous id_dist code with its Python equivalent. #### Additional information Currently...

enhancement
scipy.linalg
Fortran
Cython
Meson

#### Reference issue Part of #18566 #### What does this implement/fix? In the current SQP solver code, there are multiple serious bugs that makes this code unsuitable for production code...

enhancement
scipy.optimize
Fortran

Recently, in #18570, we have swapped the old F77 nnls solver with a Python version of the so-called Fast NNLS based on Bro & de Jong paper. As we have...

enhancement
scipy.optimize
maintenance
Cython
Meson

Part of #18566 This one has a very annoying todo list, so I'll leave it here for folks who know about these issues. - [x] Compilation - [x] Figure out...

enhancement
scipy.optimize
maintenance
C/C++
Fortran
Meson

As part of our rewrite efforts, lately I have been visiting the C land and our C/C++ code wrapping can use slightly less black magic or can avoid Cython .pxd...

Build issues
C/C++
Cython
Meson
RFC