可以快速上手的开发文档
1、ndarray转换成matriximportnumpyasnpfromnumpyimportrandom,matr_arr=random.rand(4,4)print('r_arr',r_arr)r_mat=mat(r_..