摘要:
numpy模块中的矩阵对象为numpy.matrix,包括矩阵数据的处理,矩阵的计算,以及基本的统计功能,转置,可逆性等等,包括对复数的处理,均在matrix对象中。 class numpy.matrix(data,dtype,copy):返回一个矩阵,其中data为ndarray对象或者字符形式; 阅读全文
摘要:
官方文档 Enthought offical tutorial: numpy.genfromtxt A very common file format for data file is comma-separated values (CSV), or related formats such as 阅读全文