Movatterモバイル変換


[0]ホーム

URL:


SciPy

numpy.matrix.real

matrix.real

The real part of the array.

See also

numpy.real
equivalent function

Examples

>>>x=np.sqrt([1+0j,0+1j])>>>x.realarray([ 1.        ,  0.70710678])>>>x.real.dtypedtype('float64')

Previous topic

numpy.matrix.ndim

Next topic

numpy.matrix.shape

  • © Copyright 2008-2009, The Scipy community.
  • Last updated on Jun 10, 2017.
  • Created usingSphinx 1.5.3.

[8]ページ先頭

©2009-2025 Movatter.jp