method
combine
v2_5_5 -
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 combine(*matrices, &block)No documentation available.
# File lib/matrix.rb, line 276
def combine(*matrices, &block)
Matrix.combine(self, *matrices, &block)
end