摘要: python--zeros函数和ones函数 python--zeros函数和ones函数 使用numpy.zeros,numpy.ones,numpy.eye等方法可以构造特定的矩阵 1 >>>from numpy import * 2 >>> a=zeros((3,4)) 3 >>> a 4 a 阅读全文
posted @ 2018-09-28 09:59 IT刑天 阅读(608) 评论(0) 推荐(0) 编辑