numpy.matrix.tostring#

方法

matrix.tostring(order='C')#

tobytes 相容的別名,行為完全相同。

儘管名稱如此,它返回的是 bytes 而不是 strs。

自 1.19.0 版本起已棄用。