PEXMatrixMult(3) — Subroutines
Name
PEXMatrixMult
Synopsis
void PEXMatrixMult(PEXMatrix matrix1, PEXMatrix matrix2, PEXMatrix matrix_return)
Arguments
matrix1first matrix to be multiplied
matrix2second matrix to be multiplied
matrix_return
matrix into which result is stored
Returns
None
Description
Performs a matrix multiplication: matrix = matrix1 X matrix2
If the return matrix is the same as one of the input matrices, the function will overwrite the input values with the multiplied values.
Errors
None
See Also
PEXMatrixMult2D