Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
Module Library

ROWVEC Function

converts a matrix into a row vector

ROWVEC( matrix)

where matrix is any n ×m matrix.

The ROWVEC function returns a 1 ×nm vector. The specified matrix is converted into a row vector in row-major order. The returned vector has 1 row and nm columns. The first n elements in the vector correpond to the first row of the input matrix, the next n elements correspond to the second row, and so on.

Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
Top
Top

Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.