Flowdock
method

new_matrix

Importance_0
v1_9_3_392 - Show latest stable - 0 notes - Class: Matrix
new_matrix(rows, column_size = rows[0].size) private

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/matrix.rb, line 305
  def new_matrix(rows, column_size = rows[0].size) # :nodoc:
    Matrix.send(:new, rows, column_size) # bypass privacy of Matrix.new
  end
Register or log in to add new notes.