Dirk Laurie on Mon, 25 Jun 2012 13:32:51 +0200


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

Making a vector from a matrix


What are the recommended ways of:

    1. Making a column out of a one-column matrix (trivial in library mode but
        what about GP?)
    2. Making a vector out of all the elements of a matrix, row-wise
    3. Making a vector out of all the elements of a matrix,column-wise