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