Flowdock
column_vector(column) public

Creates a single-column matrix where the values of that column are as given in column.

Matrix.column_vector([4,5,6])
  => 4
     5
     6
Show source
Register or log in to add new notes.