python3.5将list类型转换为矩阵类型

在python3中,取消了mat()函数,转而用matrix()代替

这个函数的作用是将list类型转换为numpy库中的矩阵类型

你可能感兴趣的:(python3.5将list类型转换为矩阵类型)