method

combine

v2_6_3 - Show latest stable - Class: Matrix
combine(*matrices, &block)
public

No documentation available.

# File lib/matrix.rb, line 276
  def combine(*matrices, &block)
    Matrix.combine(self, *matrices, &block)
  end