eye#

rbc.stdlib.creation_functions.eye(n_rows, n_cols=None, k=0, dtype=None, device=None)#

❌ Not implemented

Return a 2-D array with ones on the diagonal and zeros elsewhere.

Array-API ‘eye’ doc