るりまサーチ

最速Rubyリファレンスマニュアル検索!
24件ヒット [1-24件を表示] (0.069秒)
トップページ > クエリ:matrix[x] > クエリ:t[x] > クエリ:rect[x]

別のキーワード

  1. matrix collect
  2. matrix each
  3. matrix index
  4. matrix []
  5. matrix *

ライブラリ

クラス

検索結果

Matrix#rect -> [Matrix, Matrix] (41423.0)

行列を実部と虚部に分解したものを返します。

...行列を実部と虚部に分解したものを返します。


//emlist[例][ruby]{
m.rect == [m.real, m.imag] # ==> true for all matrices m
//}

@see Matrix#imaginary, Matrix#real...

Matrix#rectangular -> [Matrix, Matrix] (29423.0)

行列を実部と虚部に分解したものを返します。

...行列を実部と虚部に分解したものを返します。


//emlist[例][ruby]{
m.rect == [m.real, m.imag] # ==> true for all matrices m
//}

@see Matrix#imaginary, Matrix#real...