= private = protected
covector()
Creates a single-row matrix from this vector.
# File lib/matrix.rb, line 1228 def covector Matrix.row_vector(self) end