row_vector(row)
Class Public methods
Creates a single-row matrix where the values of that row are as given in
row
.
Matrix.row_vector([4,5,6]) => 4 5 6
Creates a single-row matrix where the values of that row are as given in
row
.
Matrix.row_vector([4,5,6]) => 4 5 6
Please login to continue.