numpy.matrix.round# 方法 matrix.round(decimals=0, out=None)# 返回每个元素都四舍五入到给定小数位数的 a。 请参考 numpy.around 获取完整文档。 另请参见 numpy.around等效函数