概述
文章
- 基础篇
- 进阶篇
- 其他篇
用户指南
NumPy 参考手册
- 数组对象
- 常量
- 通函数(ufunc)
- 常用 API
- 创建数组
- 数组处理程序
- 二进制运算
- 字符串操作
- C-Types 外部函数接口(numpy.ctypeslib)
- 时间日期相关
- 数据类型相关
- 可选的 Scipy 加速支持(numpy.dual)
- 具有自动域的数学函数( numpy.emath)
- 浮点错误处理
- 离散傅立叶变换(numpy.fft)
- 财金相关
- 实用的功能
- 特殊的 NumPy 帮助功能
- 索引相关
- 输入和输出
- 线性代数(numpy.linalg)
- 逻辑函数
- 操作掩码数组
- 数学函数(Mathematical functions)
- 矩阵库 (numpy.matlib)
- 杂项(Miscellaneous routines)
- 填充数组(Padding Arrays)
- 多项式(Polynomials)
- 随机抽样 (numpy.random)
- 操作集合(Set routines)
- 排序,搜索和计数(Sorting, searching, and counting)
- Statistics
- Test Support (numpy.testing)
- Window functions
- 打包(numpy.distutils)
- NumPy Distutils 用户指南
- NumPy C-API
- NumPy 的内部
- NumPy 和 SWIG
其他文档
文章来源于网络收集而来,版权归原创者所有,如有侵权请及时联系!
杂项(Miscellaneous routines)
性能调优
method | description |
---|---|
setbufsizeopen in new window(size) | 设置用于ufuncs的缓冲区的大小。 |
getbufsizeopen in new window() | 返回用于ufuncs的缓冲区的大小。 |
内存区间
method | description |
---|---|
shares_memoryopen in new window(a, b[, max_work]) | 确定两个阵列是否共享内存 |
may_share_memoryopen in new window(a, b[, max_work]) | 确定两个阵列是否可以共享内存 |
byte_boundsopen in new window(a) | 返回指向数组端点的指针。 |
数组Mixin
method | description |
---|---|
lib.mixins.NDArrayOperatorsMixinopen in new window | Mixin使用__array_ufunc__定义所有运算符的特殊方法。 |
NumPy版本比较
method | description |
---|---|
lib.NumpyVersionopen in new window(vstring) | 解析并比较numpy版本字符串。 |
效用
method | description |
---|---|
get_includeopen in new window() | 返回包含NumPy * .h头文件的目录。 |
deprecateopen in new window(*args, **kwargs) | 发出DeprecationWarning,向old_name的文档字符串添加警告,重新绑定old_name .__ name__并返回新的函数对象。 |
deprecate_with_docopen in new window(msg) |
类Matlab函数
method | description |
---|---|
whoopen in new window([vardict]) | 在给定的字典中打印NumPy数组。 |
dispopen in new window(mesg[, device, linefeed]) | 在设备上显示消息。 |
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论