2020年7月11日
摘要: from numpy import * class numpyMatrix: if __name__ == '__main__': vArray = random.rand(4, 4) print('This is a array sample \n', vArray) vMatrix = mat( 阅读全文
posted @ 2020-07-11 20:41 larry66 阅读(122) 评论(0) 推荐(0)