Andrew Knyazev, Professor Emeritus

Results 12 issues of Andrew Knyazev, Professor Emeritus

#### Reference issue Closes gh-19207 #### What does this implement/fix? When determining the `dtype`: Make `dtype` the smallest possible. #### BOGO Adds an ability for ARPACK to work with integer...

enhancement
scipy.sparse.linalg

### Describe your issue. Calling the `LinearOperator` without specifying the dtype activates the dtype determination in ```scipy/sparse/linalg/_interface.py", line 182, in _init_dtype self.dtype = np.asarray(self.matvec(v)).dtype``` that looks strange. In `/scipy/sparse/linalg/_interface.py` the...

defect
scipy.sparse.linalg