to_matrix()
Return a single-column matrix from this vector
# File lib/matrix.rb, line 2095 def to_matrix Matrix.column_vector(self) end