![]() |
![]()
| ![]() |
![]()
NAMEEZ_MultiplyMatrix - multiply two matricesSYNOPSIS#include <EZ.h> void EZ_MultiplyMatrix( EZ_Matrix ans, EZ_Matrix A, EZ_Matrix B) DESCRIPTIONans Specifies a matrix to return the product. A,B Specify two matrices.DESCRIPTIONEZ_MultiplyMatrix computes the product AB and returns the answer to ans.SEE ALSOEZ_MultMatrix(3), EZ_LoadMatrix(3), EZ_IdentityMatrix(3)
|