- combine(*matrices) {|*elements| ... } -> Matrix[permalink][rdoc][edit]
- 
要素ごとにブロックを呼び出した結果を組み合わせた Matrix を返します。 Matrix.combine(self, *matrices) { ... } と同じです。 [SEE_ALSO] Matrix.combine 
combine(*matrices) {|*elements| ... } -> Matrix[permalink][rdoc][edit]要素ごとにブロックを呼び出した結果を組み合わせた Matrix を返します。
Matrix.combine(self, *matrices) { ... } と同じです。
[SEE_ALSO] Matrix.combine