column_vector(column)
Class Public methods
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
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
Please login to continue.