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