るりまサーチ

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

別のキーワード

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

クラス

検索結果

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

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

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

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

@see Matrix.combine...