るりまサーチ (Ruby 2.7.0)

最速Rubyリファレンスマニュアル検索!
1件ヒット [1-1件を表示] (0.036秒)

別のキーワード

  1. matrix find_index
  2. matrix collect
  3. matrix each
  4. matrix index
  5. matrix map

クラス

検索結果

Matrix#combine(*matrices) {|*elements| ... } -> Matrix (118036.0)

要素ごとにブロックを呼び出した結果を組み合わせた Matrix を返します。

...要素ごとにブロックを呼び出した結果を組み合わせた Matrix を返します。

Matrix
.combine(self, *matrices) { ... } と同じです。

@see Matrix.combine...