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

Parameter Description
Matrix name of target data matrix (see Arrays in functions)
Row number of the row to be changed
RowVector source vector (see Arrays in functions) containing the values to be placed into the source matrix

The MatrixSetRow function will place the values from the specified RowVector into the specified row of the target Matrix (see also Arrays in functions).

Related topics
MatrixSetColumn, MatrixSetDiagonal, MatrixFill, MatrixRead, MatrixExtract, MatrixGetColumn, MatrixGetDiagonal, MatrixGetRow. 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.