method

column_vector

v1_8_7_330 - 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