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
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