setrow
setrow —
Sets a given row of a 2-dimensional array from a vector.
Description
Sets a given row of a 2-dimensional array. The output is an 2-d array with the contents of the requested row set to values of the input array (1-d; if 2-d the first row of the input array is used).
Syntax
kout[] setrowkin[],krow
Performance
kout[] -- output array containing the set row. It will be created if it does not exist.
kin[] -- input array.
krow -- row to be set.
Credits
Author: Victor Lazzarini |
NUI Maynooth |
2014 |
New in version 6.04