Statistica Visual Basic Library of Matrix Functions - MatrixKroneckerMultiply (Matrix1, Matrix2, MatrixResult)

Parameter Description
Matrix1 name of first data matrix (see Arrays in functions)
Matrix2 name of second data matrix (see Arrays in functions)
MatrixResult destination matrix (see Arrays in functions)

The MatrixKroneckerMultiply function will perform a Kronecker multiplication of Matrix1 and Matrix2 (see also Arrays in functions) and place the result in the destination matrix MatrixResult. The number of rows in the destination matrix MatrixResult must be the product of the number of rows in Matrix1 and Matrix2, and the number of columns in the destination matrix MatrixResult must be the product of the number of columns in Matrix1 and Matrix2.

Related topics
MatrixMultiply, MatrixElemMultiply. 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.