Transforms a matrix into a series of row vectors and returns the vectors and a row count, or transforms a vector into its elements and returns the elements and an element count.
Level 1 | -> | Level n+1 | Level 2 | Level 1 |
---|---|---|---|---|
[[ matrix ]] | -> | [ vector ]row1 | [ vector ]rown | nrowcount |
[ vector ] | -> | element1 | elementn | nelementcount |