[Numpy-discussion] next NumPy triage meeting - Wednesday, March 5th, 2025 at 6 pm UTC

2025-03-02 Thread Inessa Pawson via NumPy-Discussion
The next NumPy triage meeting will be held this Wednesday, March 5th at 18:00 UTC. This is a meeting where we synchronously triage prioritized PRs and issues. Everyone is welcome to attend and contribute to a conversation. Join us via Zoom: https://numfocus-org.zoom.us/j/82096749952?pwd=MW9oUmtKQ1c

[Numpy-discussion] Re: Add a spectral_radius function

2025-03-02 Thread Ralf Gommers via NumPy-Discussion
On Sat, Mar 1, 2025 at 9:17 PM Carlos Martin wrote: > Add a function called `spectral_radius` that computes the > [spectral_radius](https://en.wikipedia.org/wiki/Spectral_radius) of a > given matrix. > > A naive way to do this is `np.max(np.abs(np.linalg.eigvals(a)))`, but > there are more effici