= private = protected
new(array)
Vector.new is private; use Vector[] or Vector.elements to create.
# File lib/matrix.rb, line 1253 def initialize(array) # No checking is done at this point. @elements = array end