getrow

getrow — Gets a given row from a 2-dimensional array as a vector.

Description

Gets a given row from a 2-dimensional array. The output is an 1-d array with the contents of the requested row

Syntax

kout[] getrowkin[],krow

Performance

kout[] -- output array containing the extracted row. It will be created if it does not exist.

kin[] -- input 2-dimensionsal array.

krow -- row to be extracted.

Examples

TODO.

See Also

Vectorial opcodes array

Credits

Author: Victor Lazzarini
NUI Maynooth
2014

New in version 6.04