numpy
- abbr.Python的一种开源的数值计算扩展(Numerical Python)
numpy
-
But , in NumPy an array is basically a matrix .
但是在NumPy中,array代表的是行列式。
-
It 's quite polished , and savvy enough , for example , to pass NumPy arrays to and from R.
它非常完善而且容易理解,例如,可将NumPy数组传给R或者自R得到数组。
-
Much like in NumPy / NumArray or Matlab , operations on vectors and their siblings operate elementwise on member data .
与NumPy/NumArray或Matlab中非常类似,对向量等的操作会作用于成员数据的每一个元素。
-
In somewhat the same vein as before / after decorators , I got to thinking about the " elementwise " application of functions that is characteristic of the R programming language , and of NumPy .
与这种decorator前/后类似的情况,我想到了R编程语言和NumPy特有的函数的“elementwise”应用。