Statistica Visual Basic Library of Matrix Functions - MatrixGetRow (Matrix, Row, RowVector)

Parameter Description
Matrix name of source data matrix (see Arrays in functions)
Row number of the row to be retrieved
RowVector destination vector (see Arrays in functions) to contain the row retrieved from source matrix

The MatrixGetRow function will copy the values from the specified Row in the source Matrix (see also Arrays in functions) and place them in the destination vector specified as RowVector.

Related topics
MatrixGetColumn, MatrixGetDiagonal, MatrixExtract, MatrixSetColumn, MatrixSetDiagonal, MatrixSetRow, MatrixCopy MatrixDuplicate. For more information on using arrays, see Arrays in functions. For a complete list of matrix functions, see Statistica Visual Basic library of matrix functions.