跳到主要内容
Ctrl+K
NumPy v2.2 Manual - Home NumPy v2.2 Manual - Home
  • 用户指南
  • API 参考
  • 从源代码构建
  • 开发
  • 发布说明
  • 学习
    • NEPs
  • GitHub
  • 用户指南
  • API 参考
  • 从源代码构建
  • 开发
  • 发布说明
  • 学习
  • NEPs
  • GitHub

章节导航

  • NumPy 的模块结构
  • 数组对象
    • N 维数组 (ndarray)
    • 标量
    • 数据类型对象 (dtype)
    • NumPy 中的数据类型提升
    • 迭代数组
    • 标准数组子类
      • numpy.matrix.T
      • numpy.matrix.H
      • numpy.matrix.I
      • numpy.matrix.A
      • numpy.matrix
        • numpy.matrix.all
        • numpy.matrix.any
        • numpy.matrix.argmax
        • numpy.matrix.argmin
        • numpy.matrix.argpartition
        • numpy.matrix.argsort
        • numpy.matrix.astype
        • numpy.matrix.byteswap
        • numpy.matrix.choose
        • numpy.matrix.clip
        • numpy.matrix.compress
        • numpy.matrix.conj
        • numpy.matrix.conjugate
        • numpy.matrix.copy
        • numpy.matrix.cumprod
        • numpy.matrix.cumsum
        • numpy.matrix.diagonal
        • numpy.matrix.dump
        • numpy.matrix.dumps
        • numpy.matrix.fill
        • numpy.matrix.flatten
        • numpy.matrix.getA
        • numpy.matrix.getA1
        • numpy.matrix.getH
        • numpy.matrix.getI
        • numpy.matrix.getT
        • numpy.matrix.getfield
        • numpy.matrix.item
        • numpy.matrix.max
        • numpy.matrix.mean
        • numpy.matrix.min
        • numpy.matrix.nonzero
        • numpy.matrix.partition
        • numpy.matrix.prod
        • numpy.matrix.ptp
        • numpy.matrix.put
        • numpy.matrix.ravel
        • numpy.matrix.repeat
        • numpy.matrix.reshape
        • numpy.matrix.resize
        • numpy.matrix.round
        • numpy.matrix.searchsorted
        • numpy.matrix.setfield
        • numpy.matrix.setflags
        • numpy.matrix.sort
        • numpy.matrix.squeeze
        • numpy.matrix.std
        • numpy.matrix.sum
        • numpy.matrix.swapaxes
        • numpy.matrix.take
        • numpy.matrix.tobytes
        • numpy.matrix.tofile
        • numpy.matrix.tolist
        • numpy.matrix.tostring
        • numpy.matrix.trace
        • numpy.matrix.transpose
        • numpy.matrix.var
        • numpy.matrix.view
      • numpy.asmatrix
      • numpy.bmat
      • numpy.memmap
      • numpy.memmap.flush
      • numpy.char.chararray
      • numpy.char.array
      • numpy.recarray
      • numpy.record
      • numpy.lib.user_array.container
      • numpy.ndarray.flat
      • numpy.ndenumerate
      • numpy.broadcast
    • 掩码数组
    • 数组接口协议
    • 日期时间和时间差
  • 通用函数 (ufunc)
  • 按主题分类的例程和对象
  • 类型标注 (numpy.typing)
  • 打包 (numpy.distutils)
  • NumPy C-API
  • 数组 API 标准兼容性
  • CPU/SIMD 优化
  • 线程安全
  • 全局配置选项
  • NumPy 安全性
  • numpy.distutils 的状态和迁移建议
  • numpy.distutils 用户指南
  • NumPy 和 SWIG
  • NumPy 参考
  • 数组对象
  • 标准数组子类
  • numpy.matrix
  • numpy.matrix.conj

numpy.matrix.conj#

方法

matrix.conj()#

复共轭所有元素。

有关完整文档,请参阅 numpy.conjugate。

另请参阅

numpy.conjugate

等效函数

上一页

numpy.matrix.compress

下一页

numpy.matrix.conjugate

在此页上
  • matrix.conj

© 版权所有 2008-2024,NumPy 开发人员。

使用 Sphinx 7.2.6 创建。

使用 PyData Sphinx Theme 0.16.0 构建。