# File lib/backports/1.9.2/stdlib/matrix/eigenvalue_decomposition.rb, line 66 def eigenvectors build_eigenvectors.map{|ev| Vector.send :new, ev} end