cr.sparse.off_diagonal_min

cr.sparse.off_diagonal_min(A)[source]

Returns the minimum of the off diagonal elements

Parameters

A (jax.numpy.ndarray) – A real 2D matrix

Returns

The smallest off-diagonal element in A

Return type

(float)