るりまサーチ (Ruby 3.1)

最速Rubyリファレンスマニュアル検索!
2件ヒット [1-2件を表示] (0.029秒)
トップページ > クエリ:matrix[x] > クラス:Matrix[x] > クエリ:@[x] > クエリ:rect[x] > ライブラリ:matrix[x] > バージョン:3.1[x]

別のキーワード

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

検索結果

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

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

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


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

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

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

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

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


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

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