numpy.diag_indices_from

原文:https://docs.scipy.org/doc/numpy/reference/generated/numpy.diag_indices_from.html

译者:飞龙 UsyiyiCN

校对:(虚位以待)

numpy.diag_indices_from(arr)[source]

返回索引以访问n维数组的主对角线。

有关详细信息,请参阅diag_indices

参数:arr:数组,至少为2-D

也可以看看

diag_indices

笔记

版本1.4.0中的新功能。