row_vector(row)
Class Public methods
Creates a single-row matrix where the values of that row are as given in
row
.
1 2 | 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
.
1 2 | Matrix.row_vector([ 4 , 5 , 6 ]) => 4 5 6 |
Designed by : w10schools
service@w10schools.com
Please login to continue.