当前位置:主页 > 软件编程 > Python代码 >
时间:2021-03-31 09:14:54 | 栏目:Python代码 | 点击:次
如下所示:
import numpy as np tmp = [[1,2,3],[4,5,6],[7,8,9]]; np.matrix(tmp)