method

column_vector

v1_9_2_180 - Show latest stable - Class: Matrix
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